color codes Logo

#010dab color codes

#010DAB
(1,13,171)
0 Favorites   0 Comments

Color spaces of #010dab

RGB 113171
HSL0.650.990.34
HSV236°99°67°
CMYK 0.990.920.00   0.33
XYZ7.50713.234638.7567
Yxy3.23460.15170.0653
Hunter Lab17.985043.0338-115.1773
CIE-Lab20.960055.2165-78.0159

#010dab color RGB value is (1,13,171).

#010dab hex color red value is 1, green value is 13 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #010dab hue: 0.65 , saturation: 0.99 and the lightness value of 010dab is 0.34.

The process color (four color CMYK) of #010dab color code is 0.99, 0.92, 0.00, 0.33. Web safe color of #010dab is #000099. Color #010dab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00001101 10101011
Octal 1 15 253
Decimal 1 13 171
Hex 1 D AB

RGB Percentages of Color #010dab

%0.54
%7.03
%92.43

CMYK Percentages of Color #010dab

%99
%92
%0
%33

Triadic Colors of #010dab

#010dab #ab010d #0dab01

Analogous Colors of #010dab

#010dab #4a01ab #0162ab

Monochromatic Colors of #010dab

#010dab

Complementary Color

#010dab #ab9f01

#010dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#010dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#010dab Color CSS Codes

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

#010dab Text Font Color

<p style="color:#010dab">Text here</p>

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


#010dab Background Color

<div style="background-color:#010dab">
Div content here</div>

This div background color is #010dab


#010dab Border Color

<div style="border:3px solid #010dab">
Div here</div>

This div border color is #010dab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,13,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 #010dab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #010dab


Comments

No comments written yet.

Please login to write comment.