Color Hex Logo

#0d03af Color Hex

#0D03AF
(13,3,175)
0 Favorites   0 Comments

Color spaces of #0d03af

RGB 133175
HSL0.680.970.35
HSV243°98°69°
CMYK 0.930.980.00   0.31
XYZ7.93643.245840.7657
Yxy3.24580.15280.0625
Hunter Lab18.016147.1041-121.5464
CIE-Lab21.002659.0465-80.3503

#0d03af color RGB value is (13,3,175).

#0d03af hex color red value is 13, green value is 3 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #0d03af hue: 0.68 , saturation: 0.97 and the lightness value of 0d03af is 0.35.

The process color (four color CMYK) of #0d03af color hex is 0.93, 0.98, 0.00, 0.31. Web safe color of #0d03af is #000099. Color #0d03af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 00000011 10101111
Octal 15 3 257
Decimal 13 3 175
Hex D 3 AF

RGB Percentages of Color #0d03af

%6.81
%1.57
%91.62

CMYK Percentages of Color #0d03af

%93
%98
%0
%31

Triadic Colors of #0d03af

#0d03af #af0d03 #03af0d

Analogous Colors of #0d03af

#0d03af #6303af #034faf

Monochromatic Colors of #0d03af

#0d03af

Complementary Color

#0d03af #a5af03

#0d03af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d03af Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d03af Color CSS Codes

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

#0d03af Text Font Color

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

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


#0d03af Background Color

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

This div background color is #0d03af


#0d03af Border Color

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

This div border color is #0d03af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d03af


Comments

No comments written yet.

Please login to write comment.