#062449

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

Shades of Tangaroa #062449

Tints of Tangaroa #062449

Color information

#062449 (or 0x062449) is unknown color: approx Tangaroa. HEX triplet: 06, 24 and 49. RGB value is (6,36,73). Sum of RGB (Red+Green+Blue) = 6+36+73=115 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.22% from 115); Green value is 36 (14.45% from 255 or 31.30% from 115); Blue value is 73 (28.91% from 255 or 63.48% from 115); Max value from RGB is 73 - color contains mainly: blue. Hex color #062449 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062449 is #F9DBB6. Grayscale: #1F1F1F. Windows color (decimal): -16374711 or 4793350. OLE color: 4793350.

HSL color Cylindrical-coordinate representation of color #062449: hue angle of 213.13º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #062449 is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB63673-
CMYK0.920.5100.71
HSL213.13º84.81%15.49%-
HSV(B)213.13º91.78%28.63%-
XYZ1.911.786.55-
YUV31.25151.56109.99-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.22%
GREEN value IS 36 (14.45% from 255) = 31.30%
BLUE value IS 73 (28.91% from 255) = 63.48%
R=5.22%
G=31.30%
B=63.48%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal636730.920.5100.71213.1384.8115.49
Hex624495C33047d555f
Octal64411113463010732512517
Binary11010010010010011011100110011010001111101010110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062449; }

 p { color: rgb(6,36,73); }

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

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

 a { background-color: rgb(6,36,73); }

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

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

 span { border-color: rgb(6,36,73); }

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