#082444

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

Shades of Tangaroa #082444

Tints of Tangaroa #082444

Color information

#082444 (or 0x082444) is unknown color: approx Tangaroa. HEX triplet: 08, 24 and 44. RGB value is (8,36,68). Sum of RGB (Red+Green+Blue) = 8+36+68=112 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.14% from 112); Green value is 36 (14.45% from 255 or 32.14% from 112); Blue value is 68 (26.95% from 255 or 60.71% from 112); Max value from RGB is 68 - color contains mainly: blue. Hex color #082444 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082444 is #F7DBBB. Grayscale: #1F1F1F. Windows color (decimal): -16243644 or 4465672. OLE color: 4465672.

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

Color convert

RGB83668-
CMYK0.880.4700.73
HSL212º78.95%14.9%-
HSV(B)212º88.24%26.67%-
XYZ1.771.735.71-
YUV31.28148.72111.4-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.14%
GREEN value IS 36 (14.45% from 255) = 32.14%
BLUE value IS 68 (26.95% from 255) = 60.71%
R=7.14%
G=32.14%
B=60.71%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal836680.880.4700.7321278.9514.9
Hex82444582F049d44ff
Octal104410413057011132411717
Binary100010010010001001011000101111010010011101010010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082444; }

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

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

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

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

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

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

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

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