#022445

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

Shades of Tangaroa #022445

Tints of Tangaroa #022445

Color information

#022445 (or 0x022445) is unknown color: approx Tangaroa. HEX triplet: 02, 24 and 45. RGB value is (2,36,69). Sum of RGB (Red+Green+Blue) = 2+36+69=107 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.87% from 107); Green value is 36 (14.45% from 255 or 33.64% from 107); Blue value is 69 (27.34% from 255 or 64.49% from 107); Max value from RGB is 69 - color contains mainly: blue. Hex color #022445 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022445 is #FDDBBA. Grayscale: #1D1D1D. Windows color (decimal): -16636859 or 4531202. OLE color: 4531202.

HSL color Cylindrical-coordinate representation of color #022445: hue angle of 209.55º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #022445 is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB23669-
CMYK0.970.4800.73
HSL209.55º94.37%13.92%-
HSV(B)209.55º97.1%27.06%-
XYZ1.731.75.87-
YUV29.6150.24108.32-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.87%
GREEN value IS 36 (14.45% from 255) = 33.64%
BLUE value IS 69 (27.34% from 255) = 64.49%
R=1.87%
G=33.64%
B=64.49%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal236690.970.4800.73209.5594.3713.92
Hex224456130049d25ee
Octal24410514160011132213616
Binary1010010010001011100001110000010010011101001010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022445; }

 p { color: rgb(2,36,69); }

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

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

 a { background-color: rgb(2,36,69); }

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

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

 span { border-color: rgb(2,36,69); }

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