#062A46

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

Shades of Tangaroa #062A46

Tints of Tangaroa #062A46

Color information

#062A46 (or 0x062A46) is unknown color: approx Tangaroa. HEX triplet: 06, 2A and 46. RGB value is (6,42,70). Sum of RGB (Red+Green+Blue) = 6+42+70=118 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.08% from 118); Green value is 42 (16.80% from 255 or 35.59% from 118); Blue value is 70 (27.73% from 255 or 59.32% from 118); Max value from RGB is 70 - color contains mainly: blue. Hex color #062A46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062A46 is #F9D5B9. Grayscale: #222222. Windows color (decimal): -16373178 or 4598278. OLE color: 4598278.

HSL color Cylindrical-coordinate representation of color #062A46: hue angle of 206.25º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #062A46 is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB64270-
CMYK0.910.4000.73
HSL206.25º84.21%14.9%-
HSV(B)206.25º91.43%27.45%-
XYZ2.012.146.1-
YUV34.43148.07107.72-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.08%
GREEN value IS 42 (16.80% from 255) = 35.59%
BLUE value IS 70 (27.73% from 255) = 59.32%
R=5.08%
G=35.59%
B=59.32%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal642700.910.4000.73206.2584.2114.9
Hex62A465B28049ce54f
Octal65210613350011131612417
Binary11010101010001101011011101000010010011100111010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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