Color Hex Logo

#0b4dba Color Hex

#0B4DBA
(11,77,186)
0 Favorites   0 Comments

Color spaces of #0b4dba

RGB 1177186
HSL0.600.890.39
HSV217°94°73°
CMYK 0.940.590.00   0.27
XYZ11.65488.924147.5626
Yxy8.92410.17100.1310
Hunter Lab29.873217.3622-73.4872
CIE-Lab35.837724.9656-62.3757

#0b4dba color RGB value is (11,77,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 01001101 10111010
Octal 13 115 272
Decimal 11 77 186
Hex B 4D BA

RGB Percentages of Color #0b4dba

%4.01
%28.10
%67.88

CMYK Percentages of Color #0b4dba

%94
%59
%0
%27

Triadic Colors of #0b4dba

#0b4dba #ba0b4d #4dba0b

Analogous Colors of #0b4dba

#0b4dba #200bba #0ba5ba

Monochromatic Colors of #0b4dba

#0b4dba

Complementary Color

#0b4dba #ba780b

#0b4dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b4dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b4dba Color CSS Codes

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

#0b4dba Text Font Color

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

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


#0b4dba Background Color

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

This div background color is #0b4dba


#0b4dba Border Color

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

This div border color is #0b4dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b4dba


Comments

No comments written yet.

Please login to write comment.