Color Hex Logo

#0b4fac Color Hex

#0B4FAC
(11,79,172)
0 Favorites   0 Comments

Color spaces of #0b4fac

RGB 1179172
HSL0.600.880.36
HSV215°94°67°
CMYK 0.940.540.00   0.33
XYZ10.38048.641740.1506
Yxy8.64170.17540.1460
Hunter Lab29.396811.5864-60.4015
CIE-Lab35.285117.9421-54.9967

#0b4fac color RGB value is (11,79,172).

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

The process color (four color CMYK) of #0b4fac color hex is 0.94, 0.54, 0.00, 0.33. Web safe color of #0b4fac is #006699. Color #0b4fac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 01001111 10101100
Octal 13 117 254
Decimal 11 79 172
Hex B 4F AC

RGB Percentages of Color #0b4fac

%4.20
%30.15
%65.65

CMYK Percentages of Color #0b4fac

%94
%54
%0
%33

Triadic Colors of #0b4fac

#0b4fac #ac0b4f #4fac0b

Analogous Colors of #0b4fac

#0b4fac #180bac #0ba0ac

Monochromatic Colors of #0b4fac

#0b4fac

Complementary Color

#0b4fac #ac680b

#0b4fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b4fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b4fac Color CSS Codes

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

#0b4fac Text Font Color

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

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


#0b4fac Background Color

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

This div background color is #0b4fac


#0b4fac Border Color

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

This div border color is #0b4fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b4fac


Comments

No comments written yet.

Please login to write comment.