#082544

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

Shades of Tangaroa #082544

Tints of Tangaroa #082544

Color information

#082544 (or 0x082544) is unknown color: approx Tangaroa. HEX triplet: 08, 25 and 44. RGB value is (8,37,68). Sum of RGB (Red+Green+Blue) = 8+37+68=113 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.08% from 113); Green value is 37 (14.84% from 255 or 32.74% from 113); Blue value is 68 (26.95% from 255 or 60.18% from 113); Max value from RGB is 68 - color contains mainly: blue. Hex color #082544 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082544 is #F7DABB. Grayscale: #1F1F1F. Windows color (decimal): -16243388 or 4465928. OLE color: 4465928.

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

Color convert

RGB83768-
CMYK0.880.4600.73
HSL211º78.95%14.9%-
HSV(B)211º88.24%26.67%-
XYZ1.811.795.72-
YUV31.86148.39110.98-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.08%
GREEN value IS 37 (14.84% from 255) = 32.74%
BLUE value IS 68 (26.95% from 255) = 60.18%
R=7.08%
G=32.74%
B=60.18%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal837680.880.4600.7321178.9514.9
Hex82544582E049d34ff
Octal104510413056011132311717
Binary100010010110001001011000101110010010011101001110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082544; }

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

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

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

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

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

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

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

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