#082446

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

Shades of Tangaroa #082446

Tints of Tangaroa #082446

Color information

#082446 (or 0x082446) is unknown color: approx Tangaroa. HEX triplet: 08, 24 and 46. RGB value is (8,36,70). Sum of RGB (Red+Green+Blue) = 8+36+70=114 (15% of max value = 765). Red value is 8 (3.52% from 255 or 7.02% from 114); Green value is 36 (14.45% from 255 or 31.58% from 114); Blue value is 70 (27.73% from 255 or 61.40% from 114); Max value from RGB is 70 - color contains mainly: blue. Hex color #082446 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082446 is #F7DBB9. Grayscale: #1F1F1F. Windows color (decimal): -16243642 or 4596744. OLE color: 4596744.

HSL color Cylindrical-coordinate representation of color #082446: hue angle of 212.9º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #082446 is Cyan = 0.89, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB83670-
CMYK0.890.4900.73
HSL212.9º79.49%15.29%-
HSV(B)212.9º88.57%27.45%-
XYZ1.841.766.04-
YUV31.5149.72111.24-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.02%
GREEN value IS 36 (14.45% from 255) = 31.58%
BLUE value IS 70 (27.73% from 255) = 61.40%
R=7.02%
G=31.58%
B=61.40%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal836700.890.4900.73212.979.4915.29
Hex824465931049d54ff
Octal104410613161011132511717
Binary100010010010001101011001110001010010011101010110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082446; }

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

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

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

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

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

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

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

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