Color Hex Logo

#01222c Color Hex

#01222C
(1,34,44)
0 Favorites   0 Comments

Color spaces of #01222c

RGB 13444
HSL0.540.960.09
HSV194°98°17°
CMYK 0.980.230.00   0.83
XYZ1.03921.33242.5853
Yxy1.33240.20960.2688
Hunter Lab11.5430-4.1300-5.1992
CIE-Lab11.5002-7.5608-10.0698

#01222c color RGB value is (1,34,44).

#01222c hex color red value is 1, green value is 34 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #01222c hue: 0.54 , saturation: 0.96 and the lightness value of 01222c is 0.09.

The process color (four color CMYK) of #01222c color hex is 0.98, 0.23, 0.00, 0.83. Web safe color of #01222c is #003333. Color #01222c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00100010 00101100
Octal 1 42 54
Decimal 1 34 44
Hex 1 22 2C

RGB Percentages of Color #01222c

%1.27
%43.04
%55.70

CMYK Percentages of Color #01222c

%98
%23
%0
%83

Triadic Colors of #01222c

#01222c #2c0122 #222c01

Analogous Colors of #01222c

#01222c #010d2c #012c21

Monochromatic Colors of #01222c

#01222c

Complementary Color

#01222c #2c0b01

#01222c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01222c Color Preview on White Background

Lorem ipsum dolor sit amet.

#01222c Color CSS Codes

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

#01222c Text Font Color

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

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


#01222c Background Color

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

This div background color is #01222c


#01222c Border Color

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

This div border color is #01222c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01222c


Comments

No comments written yet.

Please login to write comment.