#082848

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

Shades of Tangaroa #082848

Tints of Tangaroa #082848

Color information

#082848 (or 0x082848) is unknown color: approx Tangaroa. HEX triplet: 08, 28 and 48. RGB value is (8,40,72). Sum of RGB (Red+Green+Blue) = 8+40+72=120 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.67% from 120); Green value is 40 (16.02% from 255 or 33.33% from 120); Blue value is 72 (28.52% from 255 or 60% from 120); Max value from RGB is 72 - color contains mainly: blue. Hex color #082848 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082848 is #F7D7B7. Grayscale: #212121. Windows color (decimal): -16242616 or 4728840. OLE color: 4728840.

HSL color Cylindrical-coordinate representation of color #082848: hue angle of 210º 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 #082848 is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB84072-
CMYK0.890.4400.72
HSL210º80%15.69%-
HSV(B)210º88.89%28.24%-
XYZ2.032.046.42-
YUV34.08149.4109.4-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.67%
GREEN value IS 40 (16.02% from 255) = 33.33%
BLUE value IS 72 (28.52% from 255) = 60%
R=6.67%
G=33.33%
B=60%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal840720.890.4400.722108015.69
Hex82848592C048d25010
Octal105011013154011032212020
Binary1000101000100100010110011011000100100011010010101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082848; }

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

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

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

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

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

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

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

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