#082441

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

Shades of Tangaroa #082441

Tints of Tangaroa #082441

Color information

#082441 (or 0x082441) is unknown color: approx Tangaroa. HEX triplet: 08, 24 and 41. RGB value is (8,36,65). Sum of RGB (Red+Green+Blue) = 8+36+65=109 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.34% from 109); Green value is 36 (14.45% from 255 or 33.03% from 109); Blue value is 65 (25.78% from 255 or 59.63% from 109); Max value from RGB is 65 - color contains mainly: blue. Hex color #082441 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082441 is #F7DBBE. Grayscale: #1E1E1E. Windows color (decimal): -16243647 or 4269064. OLE color: 4269064.

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

Color convert

RGB83665-
CMYK0.880.4500.75
HSL210.53º78.08%14.31%-
HSV(B)210.53º87.69%25.49%-
XYZ1.691.75.24-
YUV30.93147.22111.64-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.34%
GREEN value IS 36 (14.45% from 255) = 33.03%
BLUE value IS 65 (25.78% from 255) = 59.63%
R=7.34%
G=33.03%
B=59.63%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal836650.880.4500.75210.5378.0814.31
Hex82441582D04Bd34ee
Octal104410113055011332311616
Binary100010010010000011011000101101010010111101001110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082441; }

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

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

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

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

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

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

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

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