#001e44

Color #001E44 Tangaroa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tangaroa #001E44

Tints of Tangaroa #001E44

Color information

#001E44 (or 0x001E44) is unknown color: approx Tangaroa. HEX triplet: 00, 1E and 44. RGB value is (0,30,68). Sum of RGB (Red+Green+Blue) = 0+30+68=98 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 98); Green value is 30 (12.11% from 255 or 30.61% from 98); Blue value is 68 (26.95% from 255 or 69.39% from 98); Max value from RGB is 68 - color contains mainly: blue. Hex color #001E44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001E44 is #FFE1BB. Grayscale: #191919. Windows color (decimal): -16769468 or 4464128. OLE color: 4464128.

HSL color Cylindrical-coordinate representation of color #001E44: hue angle of 213.53º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001E44 is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB03068-
CMYK10.5600.73
HSL213.53º100%13.33%-
HSV(B)213.53º100%26.67%-
XYZ1.511.355.65-
YUV25.36152.06109.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 30 (12.11% from 255) = 30.61%
BLUE value IS 68 (26.95% from 255) = 69.39%
R=0%
G=30.61%
B=69.39%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal0306810.5600.73213.5310013.33
Hex01E446438049d664d
Octal03610414470011132614415
Binary01111010001001100100111000010010011101011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001e44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001e44; }

 p { color: rgb(0,30,68); }

 H1.HeaderClassName
 {
   color: #001e44;
 }
 .AnyTagClassName
 {
   color: #001e44;
 }
</style>
background-color css

<style>
 a { background-color: #001e44; }

 a { background-color: rgb(0,30,68); }

 div.DivClassName
 {
   background-color: #001e44;
 }
 .BgClassName
 {
   background-color: #001e44;
 }
</style>
border-color css

<style>
 span { border-color: #001e44; }

 span { border-color: rgb(0,30,68); }

 td.TdClassName
 {
   border-color: #001e44;
 }
 .TagClassName
 {
   border-color: #001e44;
 }
</style>