#022142

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

Shades of Tangaroa #022142

Tints of Tangaroa #022142

Color information

#022142 (or 0x022142) is unknown color: approx Tangaroa. HEX triplet: 02, 21 and 42. RGB value is (2,33,66). Sum of RGB (Red+Green+Blue) = 2+33+66=101 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.98% from 101); Green value is 33 (13.28% from 255 or 32.67% from 101); Blue value is 66 (26.17% from 255 or 65.35% from 101); Max value from RGB is 66 - color contains mainly: blue. Hex color #022142 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022142 is #FDDEBD. Grayscale: #1B1B1B. Windows color (decimal): -16637630 or 4333826. OLE color: 4333826.

HSL color Cylindrical-coordinate representation of color #022142: hue angle of 210.94º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #022142 is Cyan = 0.97, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB23366-
CMYK0.970.500.74
HSL210.94º94.12%13.33%-
HSV(B)210.94º96.97%25.88%-
XYZ1.551.495.36-
YUV27.49149.73109.82-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.98%
GREEN value IS 33 (13.28% from 255) = 32.67%
BLUE value IS 66 (26.17% from 255) = 65.35%
R=1.98%
G=32.67%
B=65.35%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal233660.970.500.74210.9494.1213.33
Hex22142613204Ad35ed
Octal24110214162011232313615
Binary1010000110000101100001110010010010101101001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022142; }

 p { color: rgb(2,33,66); }

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

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

 a { background-color: rgb(2,33,66); }

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

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

 span { border-color: rgb(2,33,66); }

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