#062941

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

Shades of Tangaroa #062941

Tints of Tangaroa #062941

Color information

#062941 (or 0x062941) is unknown color: approx Tangaroa. HEX triplet: 06, 29 and 41. RGB value is (6,41,65). Sum of RGB (Red+Green+Blue) = 6+41+65=112 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.36% from 112); Green value is 41 (16.41% from 255 or 36.61% from 112); Blue value is 65 (25.78% from 255 or 58.04% from 112); Max value from RGB is 65 - color contains mainly: blue. Hex color #062941 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062941 is #F9D6BE. Grayscale: #212121. Windows color (decimal): -16373439 or 4270342. OLE color: 4270342.

HSL color Cylindrical-coordinate representation of color #062941: hue angle of 204.41º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #062941 is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB64165-
CMYK0.910.3700.75
HSL204.41º83.1%13.92%-
HSV(B)204.41º90.77%25.49%-
XYZ1.822.015.29-
YUV33.27145.9108.55-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.36%
GREEN value IS 41 (16.41% from 255) = 36.61%
BLUE value IS 65 (25.78% from 255) = 58.04%
R=5.36%
G=36.61%
B=58.04%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal641650.910.3700.75204.4183.113.92
Hex629415B2504Bcc53e
Octal65110113345011331412316
Binary11010100110000011011011100101010010111100110010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062941; }

 p { color: rgb(6,41,65); }

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

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

 a { background-color: rgb(6,41,65); }

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

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

 span { border-color: rgb(6,41,65); }

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