Color Hex Logo

#01444a Color Hex

#01444A
(1,68,74)
0 Favorites   0 Comments

Color spaces of #01444a

RGB 16874
HSL0.510.970.15
HSV185°99°29°
CMYK 0.990.080.00   0.71
XYZ3.31574.63517.1985
Yxy4.63510.21890.3060
Hunter Lab21.5293-10.1857-4.7536
CIE-Lab25.6688-16.2332-9.0278

#01444a color RGB value is (1,68,74).

#01444a hex color red value is 1, green value is 68 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #01444a hue: 0.51 , saturation: 0.97 and the lightness value of 01444a is 0.15.

The process color (four color CMYK) of #01444a color hex is 0.99, 0.08, 0.00, 0.71. Web safe color of #01444a is #003333. Color #01444a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01000100 01001010
Octal 1 104 112
Decimal 1 68 74
Hex 1 44 4A

RGB Percentages of Color #01444a

%0.70
%47.55
%51.75

CMYK Percentages of Color #01444a

%99
%8
%0
%71

Triadic Colors of #01444a

#01444a #4a0144 #444a01

Analogous Colors of #01444a

#01444a #01204a #014a2c

Monochromatic Colors of #01444a

#01444a

Complementary Color

#01444a #4a0701

#01444a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01444a Color Preview on White Background

Lorem ipsum dolor sit amet.

#01444a Color CSS Codes

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

#01444a Text Font Color

<p style="color:#01444a">Text here</p>

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


#01444a Background Color

<div style="background-color:#01444a">
Div content here</div>

This div background color is #01444a


#01444a Border Color

<div style="border:3px solid #01444a">
Div here</div>

This div border color is #01444a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,68,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01444a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01444a;
  -webkit-box-shadow: 1px 1px 3px 2px #01444a;
  box-shadow:         1px 1px 3px 2px #01444a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01444a


Comments

No comments written yet.

Please login to write comment.