Color Hex Logo

#01225f Color Hex

#01225F
(1,34,95)
0 Favorites   0 Comments

Color spaces of #01225f

RGB 13495
HSL0.610.980.19
HSV219°99°37°
CMYK 0.990.640.00   0.63
XYZ2.65011.976711.0683
Yxy1.97670.16880.1259
Hunter Lab14.05959.0416-36.8342
CIE-Lab15.364516.4241-39.2638

#01225f color RGB value is (1,34,95).

#01225f hex color red value is 1, green value is 34 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #01225f hue: 0.61 , saturation: 0.98 and the lightness value of 01225f is 0.19.

The process color (four color CMYK) of #01225f color hex is 0.99, 0.64, 0.00, 0.63. Web safe color of #01225f is #003366. Color #01225f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00100010 01011111
Octal 1 42 137
Decimal 1 34 95
Hex 1 22 5F

RGB Percentages of Color #01225f

%0.77
%26.15
%73.08

CMYK Percentages of Color #01225f

%99
%64
%0
%63

Triadic Colors of #01225f

#01225f #5f0122 #225f01

Analogous Colors of #01225f

#01225f #0f015f #01515f

Monochromatic Colors of #01225f

#01225f

Complementary Color

#01225f #5f3e01

#01225f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01225f Color Preview on White Background

Lorem ipsum dolor sit amet.

#01225f Color CSS Codes

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

#01225f Text Font Color

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

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


#01225f Background Color

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

This div background color is #01225f


#01225f Border Color

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

This div border color is #01225f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01225f


Comments

No comments written yet.

Please login to write comment.