#082539

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

Shades of Tangaroa #082539

Tints of Tangaroa #082539

Color information

#082539 (or 0x082539) is unknown color: approx Tangaroa. HEX triplet: 08, 25 and 39. RGB value is (8,37,57). Sum of RGB (Red+Green+Blue) = 8+37+57=102 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.84% from 102); Green value is 37 (14.84% from 255 or 36.27% from 102); Blue value is 57 (22.66% from 255 or 55.88% from 102); Max value from RGB is 57 - color contains mainly: blue. Hex color #082539 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082539 is #F7DAC6. Grayscale: #1E1E1E. Windows color (decimal): -16243399 or 3745032. OLE color: 3745032.

HSL color Cylindrical-coordinate representation of color #082539: hue angle of 204.49º 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 #082539 is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB83757-
CMYK0.860.3500.78
HSL204.49º75.38%12.75%-
HSV(B)204.49º85.96%22.35%-
XYZ1.51.674.11-
YUV30.61142.89111.87-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.84%
GREEN value IS 37 (14.84% from 255) = 36.27%
BLUE value IS 57 (22.66% from 255) = 55.88%
R=7.84%
G=36.27%
B=55.88%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal837570.860.3500.78204.4975.3812.75
Hex82539562304Ecc4bd
Octal10457112643011631411315
Binary10001001011110011010110100011010011101100110010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082539; }

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

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

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

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

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

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

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

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