Color Hex Logo

#0b4fbe Color Hex

#0B4FBE
(11,79,190)
0 Favorites   0 Comments

Color spaces of #0b4fbe

RGB 1179190
HSL0.600.890.39
HSV217°94°75°
CMYK 0.940.580.00   0.25
XYZ12.22839.380849.8814
Yxy9.38080.17100.1312
Hunter Lab30.628117.6672-75.1210
CIE-Lab36.707425.2266-63.3034

#0b4fbe color RGB value is (11,79,190).

#0b4fbe hex color red value is 11, green value is 79 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #0b4fbe hue: 0.60 , saturation: 0.89 and the lightness value of 0b4fbe is 0.39.

The process color (four color CMYK) of #0b4fbe color hex is 0.94, 0.58, 0.00, 0.25. Web safe color of #0b4fbe is #0066cc. Color #0b4fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 01001111 10111110
Octal 13 117 276
Decimal 11 79 190
Hex B 4F BE

RGB Percentages of Color #0b4fbe

%3.93
%28.21
%67.86

CMYK Percentages of Color #0b4fbe

%94
%58
%0
%25

Triadic Colors of #0b4fbe

#0b4fbe #be0b4f #4fbe0b

Analogous Colors of #0b4fbe

#0b4fbe #200bbe #0ba9be

Monochromatic Colors of #0b4fbe

#0b4fbe

Complementary Color

#0b4fbe #be7a0b

#0b4fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b4fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b4fbe Color CSS Codes

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

#0b4fbe Text Font Color

<p style="color:#0b4fbe">Text here</p>

This sample text font color is #0b4fbe
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.


#0b4fbe Background Color

<div style="background-color:#0b4fbe">
Div content here</div>

This div background color is #0b4fbe


#0b4fbe Border Color

<div style="border:3px solid #0b4fbe">
Div here</div>

This div border color is #0b4fbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(11,79,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0b4fbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0b4fbe;
  -webkit-box-shadow: 1px 1px 3px 2px #0b4fbe;
  box-shadow:         1px 1px 3px 2px #0b4fbe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(11,79,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b4fbe


Comments

No comments written yet.

Please login to write comment.