Color Hex Logo

#01229d Color Hex

#01229D
(1,34,157)
0 Favorites   0 Comments

Color spaces of #01229d

RGB 134157
HSL0.630.990.31
HSV227°99°62°
CMYK 0.990.780.00   0.38
XYZ6.67033.584832.2387
Yxy3.58480.15700.0844
Hunter Lab18.933629.7518-87.7012
CIE-Lab22.248441.3760-67.3563

#01229d color RGB value is (1,34,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00100010 10011101
Octal 1 42 235
Decimal 1 34 157
Hex 1 22 9D

RGB Percentages of Color #01229d

%0.52
%17.71
%81.77

CMYK Percentages of Color #01229d

%99
%78
%0
%38

Triadic Colors of #01229d

#01229d #9d0122 #229d01

Analogous Colors of #01229d

#01229d #2e019d #01709d

Monochromatic Colors of #01229d

#01229d

Complementary Color

#01229d #9d7c01

#01229d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01229d Color Preview on White Background

Lorem ipsum dolor sit amet.

#01229d Color CSS Codes

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

#01229d Text Font Color

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

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


#01229d Background Color

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

This div background color is #01229d


#01229d Border Color

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

This div border color is #01229d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01229d


Comments

No comments written yet.

Please login to write comment.