color codes Logo

#01426c color codes

#01426C
(1,66,108)
0 Favorites   0 Comments

Color spaces of #01426c

RGB 166108
HSL0.570.980.21
HSV204°99°42°
CMYK 0.990.390.00   0.58
XYZ4.66754.985614.9037
Yxy4.98560.19010.2030
Hunter Lab22.3285-1.7615-23.9447
CIE-Lab26.6937-0.9259-29.4623

#01426c color RGB value is (1,66,108).

#01426c hex color red value is 1, green value is 66 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #01426c hue: 0.57 , saturation: 0.98 and the lightness value of 01426c is 0.21.

The process color (four color CMYK) of #01426c color code is 0.99, 0.39, 0.00, 0.58. Web safe color of #01426c is #003366. Color #01426c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01000010 01101100
Octal 1 102 154
Decimal 1 66 108
Hex 1 42 6C

RGB Percentages of Color #01426c

%0.57
%37.71
%61.71

CMYK Percentages of Color #01426c

%99
%39
%0
%58

Triadic Colors of #01426c

#01426c #6c0142 #426c01

Analogous Colors of #01426c

#01426c #010c6c #016c61

Monochromatic Colors of #01426c

#01426c

Complementary Color

#01426c #6c2b01

#01426c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01426c Color Preview on White Background

Lorem ipsum dolor sit amet.

#01426c Color CSS Codes

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

#01426c Text Font Color

<p style="color:#01426c">Text here</p>

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


#01426c Background Color

<div style="background-color:#01426c">
Div content here</div>

This div background color is #01426c


#01426c Border Color

<div style="border:3px solid #01426c">
Div here</div>

This div border color is #01426c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,66,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01426c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01426c;
  -webkit-box-shadow: 1px 1px 3px 2px #01426c;
  box-shadow:         1px 1px 3px 2px #01426c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,66,108, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01426c


Comments

No comments written yet.

Please login to write comment.