#082739

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

Shades of Tangaroa #082739

Tints of Tangaroa #082739

Color information

#082739 (or 0x082739) is unknown color: approx Tangaroa. HEX triplet: 08, 27 and 39. RGB value is (8,39,57). Sum of RGB (Red+Green+Blue) = 8+39+57=104 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.69% from 104); Green value is 39 (15.62% from 255 or 37.5% from 104); Blue value is 57 (22.66% from 255 or 54.81% from 104); Max value from RGB is 57 - color contains mainly: blue. Hex color #082739 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082739 is #F7D8C6. Grayscale: #1F1F1F. Windows color (decimal): -16242887 or 3745544. OLE color: 3745544.

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

Color convert

RGB83957-
CMYK0.860.3200.78
HSL202.04º75.38%12.75%-
HSV(B)202.04º85.96%22.35%-
XYZ1.561.84.14-
YUV31.78142.23111.04-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.69%
GREEN value IS 39 (15.62% from 255) = 37.5%
BLUE value IS 57 (22.66% from 255) = 54.81%
R=7.69%
G=37.5%
B=54.81%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal839570.860.3200.78202.0475.3812.75
Hex82739562004Eca4bd
Octal10477112640011631211315
Binary10001001111110011010110100000010011101100101010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082739; }

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

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

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

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

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

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

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

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