#001939

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

Shades of Tangaroa #001939

Tints of Tangaroa #001939

Color information

#001939 (or 0x001939) is unknown color: approx Tangaroa. HEX triplet: 00, 19 and 39. RGB value is (0,25,57). Sum of RGB (Red+Green+Blue) = 0+25+57=82 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 82); Green value is 25 (10.16% from 255 or 30.49% from 82); Blue value is 57 (22.66% from 255 or 69.51% from 82); Max value from RGB is 57 - color contains mainly: blue. Hex color #001939 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001939 is #FFE6C6. Grayscale: #151515. Windows color (decimal): -16770759 or 3741952. OLE color: 3741952.

HSL color Cylindrical-coordinate representation of color #001939: hue angle of 213.68º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001939 is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB02557-
CMYK10.5600.78
HSL213.68º100%11.18%-
HSV(B)213.68º100%22.35%-
XYZ1.090.994-
YUV21.17148.22112.9-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 25 (10.16% from 255) = 30.49%
BLUE value IS 57 (22.66% from 255) = 69.51%
R=0%
G=30.49%
B=69.51%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal0255710.5600.78213.6810011.18
Hex01939643804Ed664b
Octal0317114470011632614413
Binary0110011110011100100111000010011101101011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001939; }

 p { color: rgb(0,25,57); }

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

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

 a { background-color: rgb(0,25,57); }

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

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

 span { border-color: rgb(0,25,57); }

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