#062848

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

Shades of Tangaroa #062848

Tints of Tangaroa #062848

Color information

#062848 (or 0x062848) is unknown color: approx Tangaroa. HEX triplet: 06, 28 and 48. RGB value is (6,40,72). Sum of RGB (Red+Green+Blue) = 6+40+72=118 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.08% from 118); Green value is 40 (16.02% from 255 or 33.90% from 118); Blue value is 72 (28.52% from 255 or 61.02% from 118); Max value from RGB is 72 - color contains mainly: blue. Hex color #062848 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062848 is #F9D7B7. Grayscale: #212121. Windows color (decimal): -16373688 or 4728838. OLE color: 4728838.

HSL color Cylindrical-coordinate representation of color #062848: hue angle of 209.09º degrees, saturation: 0.85, 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 #062848 is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB64072-
CMYK0.920.4400.72
HSL209.09º84.62%15.29%-
HSV(B)209.09º91.67%28.24%-
XYZ22.026.42-
YUV33.48149.74108.4-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.08%
GREEN value IS 40 (16.02% from 255) = 33.90%
BLUE value IS 72 (28.52% from 255) = 61.02%
R=5.08%
G=33.90%
B=61.02%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal640720.920.4400.72209.0984.6215.29
Hex628485C2C048d155f
Octal65011013454011032112517
Binary11010100010010001011100101100010010001101000110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062848; }

 p { color: rgb(6,40,72); }

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

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

 a { background-color: rgb(6,40,72); }

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

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

 span { border-color: rgb(6,40,72); }

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