Color Hex Logo

#01229f Color Hex

#01229F
(1,34,159)
0 Favorites   0 Comments

Color spaces of #01229f

RGB 134159
HSL0.630.990.31
HSV227°99°62°
CMYK 0.990.790.00   0.38
XYZ6.84263.653733.1455
Yxy3.65370.15680.0837
Hunter Lab19.114730.4482-89.4307
CIE-Lab22.491942.0872-68.1747

#01229f color RGB value is (1,34,159).

#01229f hex color red value is 1, green value is 34 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #01229f hue: 0.63 , saturation: 0.99 and the lightness value of 01229f is 0.31.

The process color (four color CMYK) of #01229f color hex is 0.99, 0.79, 0.00, 0.38. Web safe color of #01229f is #003399. Color #01229f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00100010 10011111
Octal 1 42 237
Decimal 1 34 159
Hex 1 22 9F

RGB Percentages of Color #01229f

%0.52
%17.53
%81.96

CMYK Percentages of Color #01229f

%99
%79
%0
%38

Triadic Colors of #01229f

#01229f #9f0122 #229f01

Analogous Colors of #01229f

#01229f #2f019f #01719f

Monochromatic Colors of #01229f

#01229f

Complementary Color

#01229f #9f7e01

#01229f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01229f Color Preview on White Background

Lorem ipsum dolor sit amet.

#01229f Color CSS Codes

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

#01229f Text Font Color

<p style="color:#01229f">Text here</p>

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


#01229f Background Color

<div style="background-color:#01229f">
Div content here</div>

This div background color is #01229f


#01229f Border Color

<div style="border:3px solid #01229f">
Div here</div>

This div border color is #01229f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01229f


Comments

No comments written yet.

Please login to write comment.