#002139

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

Shades of Tangaroa #002139

Tints of Tangaroa #002139

Color information

#002139 (or 0x002139) is unknown color: approx Tangaroa. HEX triplet: 00, 21 and 39. RGB value is (0,33,57). Sum of RGB (Red+Green+Blue) = 0+33+57=90 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 90); Green value is 33 (13.28% from 255 or 36.67% from 90); Blue value is 57 (22.66% from 255 or 63.33% from 90); Max value from RGB is 57 - color contains mainly: blue. Hex color #002139 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002139 is #FFDEC6. Grayscale: #191919. Windows color (decimal): -16768711 or 3744000. OLE color: 3744000.

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

Color convert

RGB03357-
CMYK10.4200.78
HSL205.26º100%11.18%-
HSV(B)205.26º100%22.35%-
XYZ1.281.384.07-
YUV25.87145.57109.55-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 33 (13.28% from 255) = 36.67%
BLUE value IS 57 (22.66% from 255) = 63.33%
R=0%
G=36.67%
B=63.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal0335710.4200.78205.2610011.18
Hex02139642A04Ecd64b
Octal0417114452011631514413
Binary01000011110011100100101010010011101100110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002139; }

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

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

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

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

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

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

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

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