#002039

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

Shades of Tangaroa #002039

Tints of Tangaroa #002039

Color information

#002039 (or 0x002039) is unknown color: approx Tangaroa. HEX triplet: 00, 20 and 39. RGB value is (0,32,57). Sum of RGB (Red+Green+Blue) = 0+32+57=89 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 89); Green value is 32 (12.89% from 255 or 35.96% from 89); Blue value is 57 (22.66% from 255 or 64.04% from 89); Max value from RGB is 57 - color contains mainly: blue. Hex color #002039 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002039 is #FFDFC6. Grayscale: #191919. Windows color (decimal): -16768967 or 3743744. OLE color: 3743744.

HSL color Cylindrical-coordinate representation of color #002039: hue angle of 206.32º 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 #002039 is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB03257-
CMYK10.4400.78
HSL206.32º100%11.18%-
HSV(B)206.32º100%22.35%-
XYZ1.261.334.06-
YUV25.28145.9109.97-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 32 (12.89% from 255) = 35.96%
BLUE value IS 57 (22.66% from 255) = 64.04%
R=0%
G=35.96%
B=64.04%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal0325710.4400.78206.3210011.18
Hex02039642C04Ece64b
Octal0407114454011631614413
Binary01000001110011100100101100010011101100111011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002039; }

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

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

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

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

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

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

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

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