Color Hex Logo

#0b2dad Color Hex

#0B2DAD
(11,45,173)
0 Favorites   0 Comments

Color spaces of #0b2dad

RGB 1145173
HSL0.630.880.36
HSV227°94°68°
CMYK 0.940.740.00   0.32
XYZ8.61924.965040.0392
Yxy4.96500.16070.0926
Hunter Lab22.282330.0531-90.9411
CIE-Lab26.634840.8653-69.7781

#0b2dad color RGB value is (11,45,173).

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

The process color (four color CMYK) of #0b2dad color hex is 0.94, 0.74, 0.00, 0.32. Web safe color of #0b2dad is #003399. Color #0b2dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 00101101 10101101
Octal 13 55 255
Decimal 11 45 173
Hex B 2D AD

RGB Percentages of Color #0b2dad

%4.80
%19.65
%75.55

CMYK Percentages of Color #0b2dad

%94
%74
%0
%32

Triadic Colors of #0b2dad

#0b2dad #ad0b2d #2dad0b

Analogous Colors of #0b2dad

#0b2dad #3a0bad #0b7ead

Monochromatic Colors of #0b2dad

#0b2dad

Complementary Color

#0b2dad #ad8b0b

#0b2dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b2dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b2dad Color CSS Codes

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

#0b2dad Text Font Color

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

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


#0b2dad Background Color

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

This div background color is #0b2dad


#0b2dad Border Color

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

This div border color is #0b2dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b2dad


Comments

No comments written yet.

Please login to write comment.