#082840

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

Shades of Tangaroa #082840

Tints of Tangaroa #082840

Color information

#082840 (or 0x082840) is unknown color: approx Tangaroa. HEX triplet: 08, 28 and 40. RGB value is (8,40,64). Sum of RGB (Red+Green+Blue) = 8+40+64=112 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.14% from 112); Green value is 40 (16.02% from 255 or 35.71% from 112); Blue value is 64 (25.39% from 255 or 57.14% from 112); Max value from RGB is 64 - color contains mainly: blue. Hex color #082840 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082840 is #F7D7BF. Grayscale: #212121. Windows color (decimal): -16242624 or 4204552. OLE color: 4204552.

HSL color Cylindrical-coordinate representation of color #082840: hue angle of 205.71º 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 #082840 is Cyan = 0.87, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB84064-
CMYK0.870.3800.75
HSL205.71º77.78%14.12%-
HSV(B)205.71º87.5%25.1%-
XYZ1.781.945.13-
YUV33.17145.4110.05-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.14%
GREEN value IS 40 (16.02% from 255) = 35.71%
BLUE value IS 64 (25.39% from 255) = 57.14%
R=7.14%
G=35.71%
B=57.14%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal840640.870.3800.75205.7177.7814.12
Hex82840572604Bce4ee
Octal105010012746011331611616
Binary100010100010000001010111100110010010111100111010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082840; }

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

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

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

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

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

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

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

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