#022539

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

Shades of Tangaroa #022539

Tints of Tangaroa #022539

Color information

#022539 (or 0x022539) is unknown color: approx Tangaroa. HEX triplet: 02, 25 and 39. RGB value is (2,37,57). Sum of RGB (Red+Green+Blue) = 2+37+57=96 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.08% from 96); Green value is 37 (14.84% from 255 or 38.54% from 96); Blue value is 57 (22.66% from 255 or 59.38% from 96); Max value from RGB is 57 - color contains mainly: blue. Hex color #022539 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022539 is #FDDAC6. Grayscale: #1C1C1C. Windows color (decimal): -16636615 or 3745026. OLE color: 3745026.

HSL color Cylindrical-coordinate representation of color #022539: hue angle of 201.82º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #022539 is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB23757-
CMYK0.960.3500.78
HSL201.82º93.22%11.57%-
HSV(B)201.82º96.49%22.35%-
XYZ1.431.634.11-
YUV28.82143.9108.87-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.08%
GREEN value IS 37 (14.84% from 255) = 38.54%
BLUE value IS 57 (22.66% from 255) = 59.38%
R=2.08%
G=38.54%
B=59.38%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal237570.960.3500.78201.8293.2211.57
Hex22539602304Eca5dc
Octal2457114043011631213514
Binary101001011110011100000100011010011101100101010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022539; }

 p { color: rgb(2,37,57); }

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

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

 a { background-color: rgb(2,37,57); }

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

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

 span { border-color: rgb(2,37,57); }

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