#082442

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

Shades of Tangaroa #082442

Tints of Tangaroa #082442

Color information

#082442 (or 0x082442) is unknown color: approx Tangaroa. HEX triplet: 08, 24 and 42. RGB value is (8,36,66). Sum of RGB (Red+Green+Blue) = 8+36+66=110 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.27% from 110); Green value is 36 (14.45% from 255 or 32.73% from 110); Blue value is 66 (26.17% from 255 or 60% from 110); Max value from RGB is 66 - color contains mainly: blue. Hex color #082442 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082442 is #F7DBBD. Grayscale: #1E1E1E. Windows color (decimal): -16243646 or 4334600. OLE color: 4334600.

HSL color Cylindrical-coordinate representation of color #082442: hue angle of 211.03º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #082442 is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB83666-
CMYK0.880.4500.74
HSL211.03º78.38%14.51%-
HSV(B)211.03º87.88%25.88%-
XYZ1.711.715.39-
YUV31.05147.72111.56-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.27%
GREEN value IS 36 (14.45% from 255) = 32.73%
BLUE value IS 66 (26.17% from 255) = 60%
R=7.27%
G=32.73%
B=60%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal836660.880.4500.74211.0378.3814.51
Hex82442582D04Ad34ef
Octal104410213055011232311617
Binary100010010010000101011000101101010010101101001110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082442; }

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

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

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

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

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

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

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

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