#082339

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

Shades of Tangaroa #082339

Tints of Tangaroa #082339

Color information

#082339 (or 0x082339) is unknown color: approx Tangaroa. HEX triplet: 08, 23 and 39. RGB value is (8,35,57). Sum of RGB (Red+Green+Blue) = 8+35+57=100 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8% from 100); Green value is 35 (14.06% from 255 or 35% from 100); Blue value is 57 (22.66% from 255 or 57% from 100); Max value from RGB is 57 - color contains mainly: blue. Hex color #082339 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082339 is #F7DCC6. Grayscale: #1D1D1D. Windows color (decimal): -16243911 or 3744520. OLE color: 3744520.

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

Color convert

RGB83557-
CMYK0.860.3900.78
HSL206.94º75.38%12.75%-
HSV(B)206.94º85.96%22.35%-
XYZ1.441.554.09-
YUV29.44143.55112.71-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8%
GREEN value IS 35 (14.06% from 255) = 35%
BLUE value IS 57 (22.66% from 255) = 57%
R=8%
G=35%
B=57%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal835570.860.3900.78206.9475.3812.75
Hex82339562704Ecf4bd
Octal10437112647011631711315
Binary10001000111110011010110100111010011101100111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082339; }

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

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

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

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

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

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

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

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