#082648

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

Shades of Tangaroa #082648

Tints of Tangaroa #082648

Color information

#082648 (or 0x082648) is unknown color: approx Tangaroa. HEX triplet: 08, 26 and 48. RGB value is (8,38,72). Sum of RGB (Red+Green+Blue) = 8+38+72=118 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.78% from 118); Green value is 38 (15.23% from 255 or 32.20% from 118); Blue value is 72 (28.52% from 255 or 61.02% from 118); Max value from RGB is 72 - color contains mainly: blue. Hex color #082648 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082648 is #F7D9B7. Grayscale: #202020. Windows color (decimal): -16243128 or 4728328. OLE color: 4728328.

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

Color convert

RGB83872-
CMYK0.890.4700.72
HSL211.88º80%15.69%-
HSV(B)211.88º88.89%28.24%-
XYZ1.961.916.4-
YUV32.91150.06110.24-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.78%
GREEN value IS 38 (15.23% from 255) = 32.20%
BLUE value IS 72 (28.52% from 255) = 61.02%
R=6.78%
G=32.20%
B=61.02%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal838720.890.4700.72211.888015.69
Hex82648592F048d45010
Octal104611013157011032412020
Binary1000100110100100010110011011110100100011010100101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082648; }

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

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

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

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

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

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

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

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