#062A47

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

Shades of Tangaroa #062A47

Tints of Tangaroa #062A47

Color information

#062A47 (or 0x062A47) is unknown color: approx Tangaroa. HEX triplet: 06, 2A and 47. RGB value is (6,42,71). Sum of RGB (Red+Green+Blue) = 6+42+71=119 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.04% from 119); Green value is 42 (16.80% from 255 or 35.29% from 119); Blue value is 71 (28.12% from 255 or 59.66% from 119); Max value from RGB is 71 - color contains mainly: blue. Hex color #062A47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062A47 is #F9D5B8. Grayscale: #222222. Windows color (decimal): -16373177 or 4663814. OLE color: 4663814.

HSL color Cylindrical-coordinate representation of color #062A47: hue angle of 206.77º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #062A47 is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB64271-
CMYK0.920.4100.72
HSL206.77º84.42%15.1%-
HSV(B)206.77º91.55%27.84%-
XYZ2.042.156.27-
YUV34.54148.57107.64-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.04%
GREEN value IS 42 (16.80% from 255) = 35.29%
BLUE value IS 71 (28.12% from 255) = 59.66%
R=5.04%
G=35.29%
B=59.66%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal642710.920.4100.72206.7784.4215.1
Hex62A475C29048cf54f
Octal65210713451011031712417
Binary11010101010001111011100101001010010001100111110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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