#082247

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

Shades of Tangaroa #082247

Tints of Tangaroa #082247

Color information

#082247 (or 0x082247) is unknown color: approx Tangaroa. HEX triplet: 08, 22 and 47. RGB value is (8,34,71). Sum of RGB (Red+Green+Blue) = 8+34+71=113 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.08% from 113); Green value is 34 (13.67% from 255 or 30.09% from 113); Blue value is 71 (28.12% from 255 or 62.83% from 113); Max value from RGB is 71 - color contains mainly: blue. Hex color #082247 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082247 is #F7DDB8. Grayscale: #1E1E1E. Windows color (decimal): -16244153 or 4661768. OLE color: 4661768.

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

Color convert

RGB83471-
CMYK0.890.5200.72
HSL215.24º79.75%15.49%-
HSV(B)215.24º88.73%27.84%-
XYZ1.811.656.18-
YUV30.44150.89111.99-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.08%
GREEN value IS 34 (13.67% from 255) = 30.09%
BLUE value IS 71 (28.12% from 255) = 62.83%
R=7.08%
G=30.09%
B=62.83%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal834710.890.5200.72215.2479.7515.49
Hex822475934048d750f
Octal104210713164011032712017
Binary100010001010001111011001110100010010001101011110100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082247; }

 p { color: rgb(8,34,71); }

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

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

 a { background-color: rgb(8,34,71); }

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

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

 span { border-color: rgb(8,34,71); }

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