Color Hex Logo

#01428c Color Hex

#01428C
(1,66,140)
0 Favorites   0 Comments

Color spaces of #01428c

RGB 166140
HSL0.590.990.28
HSV212°99°55°
CMYK 0.990.530.00   0.45
XYZ6.69445.796325.5769
Yxy5.79630.17590.1523
Hunter Lab24.07557.5013-46.1346
CIE-Lab28.892612.9851-46.0020

#01428c color RGB value is (1,66,140).

#01428c hex color red value is 1, green value is 66 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #01428c hue: 0.59 , saturation: 0.99 and the lightness value of 01428c is 0.28.

The process color (four color CMYK) of #01428c color hex is 0.99, 0.53, 0.00, 0.45. Web safe color of #01428c is #003399. Color #01428c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01000010 10001100
Octal 1 102 214
Decimal 1 66 140
Hex 1 42 8C

RGB Percentages of Color #01428c

%0.48
%31.88
%67.63

CMYK Percentages of Color #01428c

%99
%53
%0
%45

Triadic Colors of #01428c

#01428c #8c0142 #428c01

Analogous Colors of #01428c

#01428c #05018c #01888c

Monochromatic Colors of #01428c

#01428c

Complementary Color

#01428c #8c4b01

#01428c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01428c Color Preview on White Background

Lorem ipsum dolor sit amet.

#01428c Color CSS Codes

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

#01428c Text Font Color

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

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


#01428c Background Color

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

This div background color is #01428c


#01428c Border Color

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

This div border color is #01428c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01428c


Comments

No comments written yet.

Please login to write comment.