#062037

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

Shades of Tangaroa #062037

Tints of Tangaroa #062037

Color information

#062037 (or 0x062037) is unknown color: approx Tangaroa. HEX triplet: 06, 20 and 37. RGB value is (6,32,55). Sum of RGB (Red+Green+Blue) = 6+32+55=93 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.45% from 93); Green value is 32 (12.89% from 255 or 34.41% from 93); Blue value is 55 (21.88% from 255 or 59.14% from 93); Max value from RGB is 55 - color contains mainly: blue. Hex color #062037 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062037 is #F9DFC8. Grayscale: #1A1A1A. Windows color (decimal): -16375753 or 3612678. OLE color: 3612678.

HSL color Cylindrical-coordinate representation of color #062037: hue angle of 208.16º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #062037 is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB63255-
CMYK0.890.4200.78
HSL208.16º80.33%11.96%-
HSV(B)208.16º89.09%21.57%-
XYZ1.281.353.81-
YUV26.85143.89113.13-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.45%
GREEN value IS 32 (12.89% from 255) = 34.41%
BLUE value IS 55 (21.88% from 255) = 59.14%
R=6.45%
G=34.41%
B=59.14%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal632550.890.4200.78208.1680.3311.96
Hex62037592A04Ed050c
Octal6406713152011632012014
Binary1101000001101111011001101010010011101101000010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062037; }

 p { color: rgb(6,32,55); }

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

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

 a { background-color: rgb(6,32,55); }

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

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

 span { border-color: rgb(6,32,55); }

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