#082841

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

Shades of Tangaroa #082841

Tints of Tangaroa #082841

Color information

#082841 (or 0x082841) is unknown color: approx Tangaroa. HEX triplet: 08, 28 and 41. RGB value is (8,40,65). Sum of RGB (Red+Green+Blue) = 8+40+65=113 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.08% from 113); Green value is 40 (16.02% from 255 or 35.40% from 113); Blue value is 65 (25.78% from 255 or 57.52% from 113); Max value from RGB is 65 - color contains mainly: blue. Hex color #082841 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082841 is #F7D7BE. Grayscale: #212121. Windows color (decimal): -16242623 or 4270088. OLE color: 4270088.

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

Color convert

RGB84065-
CMYK0.880.3800.75
HSL206.32º78.08%14.31%-
HSV(B)206.32º87.69%25.49%-
XYZ1.811.955.28-
YUV33.28145.9109.97-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.08%
GREEN value IS 40 (16.02% from 255) = 35.40%
BLUE value IS 65 (25.78% from 255) = 57.52%
R=7.08%
G=35.40%
B=57.52%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal840650.880.3800.75206.3278.0814.31
Hex82841582604Bce4ee
Octal105010113046011331611616
Binary100010100010000011011000100110010010111100111010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082841; }

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

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

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

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

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

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

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

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