#022041

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

Shades of Tangaroa #022041

Tints of Tangaroa #022041

Color information

#022041 (or 0x022041) is unknown color: approx Tangaroa. HEX triplet: 02, 20 and 41. RGB value is (2,32,65). Sum of RGB (Red+Green+Blue) = 2+32+65=99 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2.02% from 99); Green value is 32 (12.89% from 255 or 32.32% from 99); Blue value is 65 (25.78% from 255 or 65.66% from 99); Max value from RGB is 65 - color contains mainly: blue. Hex color #022041 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022041 is #FDDFBE. Grayscale: #1A1A1A. Windows color (decimal): -16637887 or 4268034. OLE color: 4268034.

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

Color convert

RGB23265-
CMYK0.970.5100.75
HSL211.43º94.03%13.14%-
HSV(B)211.43º96.92%25.49%-
XYZ1.51.435.2-
YUV26.79149.56110.32-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.02%
GREEN value IS 32 (12.89% from 255) = 32.32%
BLUE value IS 65 (25.78% from 255) = 65.66%
R=2.02%
G=32.32%
B=65.66%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal232650.970.5100.75211.4394.0313.14
Hex22041613304Bd35ed
Octal24010114163011332313615
Binary1010000010000011100001110011010010111101001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022041; }

 p { color: rgb(2,32,65); }

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

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

 a { background-color: rgb(2,32,65); }

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

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

 span { border-color: rgb(2,32,65); }

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