#082947

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

Shades of Tangaroa #082947

Tints of Tangaroa #082947

Color information

#082947 (or 0x082947) is unknown color: approx Tangaroa. HEX triplet: 08, 29 and 47. RGB value is (8,41,71). Sum of RGB (Red+Green+Blue) = 8+41+71=120 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.67% from 120); Green value is 41 (16.41% from 255 or 34.17% from 120); Blue value is 71 (28.12% from 255 or 59.17% from 120); Max value from RGB is 71 - color contains mainly: blue. Hex color #082947 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082947 is #F7D6B8. Grayscale: #222222. Windows color (decimal): -16242361 or 4663560. OLE color: 4663560.

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

Color convert

RGB84171-
CMYK0.890.4200.72
HSL208.57º79.75%15.49%-
HSV(B)208.57º88.73%27.84%-
XYZ2.032.096.26-
YUV34.55148.57109.06-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.67%
GREEN value IS 41 (16.41% from 255) = 34.17%
BLUE value IS 71 (28.12% from 255) = 59.17%
R=6.67%
G=34.17%
B=59.17%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal841710.890.4200.72208.5779.7515.49
Hex82947592A048d150f
Octal105110713152011032112017
Binary100010100110001111011001101010010010001101000110100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082947; }

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

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

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

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

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

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

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

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