#082040

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

Shades of Tangaroa #082040

Tints of Tangaroa #082040

Color information

#082040 (or 0x082040) is unknown color: approx Tangaroa. HEX triplet: 08, 20 and 40. RGB value is (8,32,64). Sum of RGB (Red+Green+Blue) = 8+32+64=104 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.69% from 104); Green value is 32 (12.89% from 255 or 30.77% from 104); Blue value is 64 (25.39% from 255 or 61.54% from 104); Max value from RGB is 64 - color contains mainly: blue. Hex color #082040 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082040 is #F7DFBF. Grayscale: #1C1C1C. Windows color (decimal): -16244672 or 4202504. OLE color: 4202504.

HSL color Cylindrical-coordinate representation of color #082040: hue angle of 214.29º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #082040 is Cyan = 0.87, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB83264-
CMYK0.870.5000.75
HSL214.29º77.78%14.12%-
HSV(B)214.29º87.5%25.1%-
XYZ1.541.455.05-
YUV28.47148.05113.4-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.69%
GREEN value IS 32 (12.89% from 255) = 30.77%
BLUE value IS 64 (25.39% from 255) = 61.54%
R=7.69%
G=30.77%
B=61.54%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal832640.870.5000.75214.2977.7814.12
Hex82040573204Bd64ee
Octal104010012762011332611616
Binary100010000010000001010111110010010010111101011010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082040; }

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

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

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

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

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

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

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

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