#082039

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

Shades of Tangaroa #082039

Tints of Tangaroa #082039

Color information

#082039 (or 0x082039) is unknown color: approx Tangaroa. HEX triplet: 08, 20 and 39. RGB value is (8,32,57). Sum of RGB (Red+Green+Blue) = 8+32+57=97 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.25% from 97); Green value is 32 (12.89% from 255 or 32.99% from 97); Blue value is 57 (22.66% from 255 or 58.76% from 97); Max value from RGB is 57 - color contains mainly: blue. Hex color #082039 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082039 is #F7DFC6. Grayscale: #1B1B1B. Windows color (decimal): -16244679 or 3743752. OLE color: 3743752.

HSL color Cylindrical-coordinate representation of color #082039: hue angle of 210.61º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #082039 is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB83257-
CMYK0.860.4400.78
HSL210.61º75.38%12.75%-
HSV(B)210.61º85.96%22.35%-
XYZ1.361.384.07-
YUV27.67144.55113.97-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.25%
GREEN value IS 32 (12.89% from 255) = 32.99%
BLUE value IS 57 (22.66% from 255) = 58.76%
R=8.25%
G=32.99%
B=58.76%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal832570.860.4400.78210.6175.3812.75
Hex82039562C04Ed34bd
Octal10407112654011632311315
Binary10001000001110011010110101100010011101101001110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082039; }

 p { color: rgb(8,32,57); }

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

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

 a { background-color: rgb(8,32,57); }

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

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

 span { border-color: rgb(8,32,57); }

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