Color Hex Logo

#0d32ab Color Hex

#0D32AB
(13,50,171)
0 Favorites   0 Comments

Color spaces of #0d32ab

RGB 1350171
HSL0.630.860.36
HSV226°92°67°
CMYK 0.920.710.00   0.33
XYZ8.65735.307039.0962
Yxy5.30700.16320.1000
Hunter Lab23.036926.7659-84.4958
CIE-Lab27.592137.0697-66.9938

#0d32ab color RGB value is (13,50,171).

#0d32ab hex color red value is 13, green value is 50 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #0d32ab hue: 0.63 , saturation: 0.86 and the lightness value of 0d32ab is 0.36.

The process color (four color CMYK) of #0d32ab color hex is 0.92, 0.71, 0.00, 0.33. Web safe color of #0d32ab is #003399. Color #0d32ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 00110010 10101011
Octal 15 62 253
Decimal 13 50 171
Hex D 32 AB

RGB Percentages of Color #0d32ab

%5.56
%21.37
%73.08

CMYK Percentages of Color #0d32ab

%92
%71
%0
%33

Triadic Colors of #0d32ab

#0d32ab #ab0d32 #32ab0d

Analogous Colors of #0d32ab

#0d32ab #370dab #0d81ab

Monochromatic Colors of #0d32ab

#0d32ab

Complementary Color

#0d32ab #ab860d

#0d32ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d32ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d32ab Color CSS Codes

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

#0d32ab Text Font Color

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

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


#0d32ab Background Color

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

This div background color is #0d32ab


#0d32ab Border Color

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

This div border color is #0d32ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(13,50,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0d32ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0d32ab;
  -webkit-box-shadow: 1px 1px 3px 2px #0d32ab;
  box-shadow:         1px 1px 3px 2px #0d32ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(13,50,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d32ab


Comments

No comments written yet.

Please login to write comment.