#082448

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

Shades of Tangaroa #082448

Tints of Tangaroa #082448

Color information

#082448 (or 0x082448) is unknown color: approx Tangaroa. HEX triplet: 08, 24 and 48. RGB value is (8,36,72). Sum of RGB (Red+Green+Blue) = 8+36+72=116 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.90% from 116); Green value is 36 (14.45% from 255 or 31.03% from 116); Blue value is 72 (28.52% from 255 or 62.07% from 116); Max value from RGB is 72 - color contains mainly: blue. Hex color #082448 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082448 is #F7DBB7. Grayscale: #1F1F1F. Windows color (decimal): -16243640 or 4727816. OLE color: 4727816.

HSL color Cylindrical-coordinate representation of color #082448: hue angle of 213.75º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #082448 is Cyan = 0.89, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB83672-
CMYK0.890.500.72
HSL213.75º80%15.69%-
HSV(B)213.75º88.89%28.24%-
XYZ1.91.786.37-
YUV31.73150.72111.07-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.90%
GREEN value IS 36 (14.45% from 255) = 31.03%
BLUE value IS 72 (28.52% from 255) = 62.07%
R=6.90%
G=31.03%
B=62.07%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal836720.890.500.72213.758015.69
Hex824485932048d65010
Octal104411013162011032612020
Binary1000100100100100010110011100100100100011010110101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082448; }

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

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

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

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

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

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

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

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