Color Hex Logo

#075bbb Color Hex

#075BBB
(7,91,187)
0 Favorites   0 Comments

Color spaces of #075bbb

RGB 791187
HSL0.590.930.38
HSV212°96°73°
CMYK 0.960.510.00   0.27
XYZ12.798311.115248.4846
Yxy11.11520.17680.1535
Hunter Lab33.339510.1782-62.8861
CIE-Lab39.773815.8716-56.5636

#075bbb color RGB value is (7,91,187).

#075bbb hex color red value is 7, green value is 91 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #075bbb hue: 0.59 , saturation: 0.93 and the lightness value of 075bbb is 0.38.

The process color (four color CMYK) of #075bbb color hex is 0.96, 0.51, 0.00, 0.27. Web safe color of #075bbb is #0066cc. Color #075bbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01011011 10111011
Octal 7 133 273
Decimal 7 91 187
Hex 7 5B BB

RGB Percentages of Color #075bbb

%2.46
%31.93
%65.61

CMYK Percentages of Color #075bbb

%96
%51
%0
%27

Triadic Colors of #075bbb

#075bbb #bb075b #5bbb07

Analogous Colors of #075bbb

#075bbb #0d07bb #07b5bb

Monochromatic Colors of #075bbb

#075bbb

Complementary Color

#075bbb #bb6707

#075bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#075bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#075bbb Color CSS Codes

.mybgcolor {background-color:#075bbb; } 
.myforecolor {color:#075bbb; }
.mybordercolor {border:3px solid #075bbb; }

#075bbb Text Font Color

<p style="color:#075bbb">Text here</p>

This sample text font color is #075bbb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#075bbb Background Color

<div style="background-color:#075bbb">
Div content here</div>

This div background color is #075bbb


#075bbb Border Color

<div style="border:3px solid #075bbb">
Div here</div>

This div border color is #075bbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,91,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #075bbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #075bbb;
  -webkit-box-shadow: 1px 1px 3px 2px #075bbb;
  box-shadow:         1px 1px 3px 2px #075bbb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,91,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #075bbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #075bbb;
  -webkit-box-shadow: 1px 1px 3px 2px #075bbb;
  box-shadow:         1px 1px 3px 2px #075bbb;">
Div content here</div>

This div box has shadow with color #075bbb


Comments

No comments written yet.

Please login to write comment.