#062A42

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

Shades of Tangaroa #062A42

Tints of Tangaroa #062A42

Color information

#062A42 (or 0x062A42) is unknown color: approx Tangaroa. HEX triplet: 06, 2A and 42. RGB value is (6,42,66). Sum of RGB (Red+Green+Blue) = 6+42+66=114 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.26% from 114); Green value is 42 (16.80% from 255 or 36.84% from 114); Blue value is 66 (26.17% from 255 or 57.89% from 114); Max value from RGB is 66 - color contains mainly: blue. Hex color #062A42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062A42 is #F9D5BD. Grayscale: #212121. Windows color (decimal): -16373182 or 4336134. OLE color: 4336134.

HSL color Cylindrical-coordinate representation of color #062A42: hue angle of 204º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #062A42 is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB64266-
CMYK0.910.3600.74
HSL204º83.33%14.12%-
HSV(B)204º90.91%25.88%-
XYZ1.892.095.46-
YUV33.97146.07108.05-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.26%
GREEN value IS 42 (16.80% from 255) = 36.84%
BLUE value IS 66 (26.17% from 255) = 57.89%
R=5.26%
G=36.84%
B=57.89%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal642660.910.3600.7420483.3314.12
Hex62A425B2404Acc53e
Octal65210213344011231412316
Binary11010101010000101011011100100010010101100110010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062A42; }

 p { color: rgb(6,42,66); }

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

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

 a { background-color: rgb(6,42,66); }

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

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

 span { border-color: rgb(6,42,66); }

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