#082847

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

Shades of Tangaroa #082847

Tints of Tangaroa #082847

Color information

#082847 (or 0x082847) is unknown color: approx Tangaroa. HEX triplet: 08, 28 and 47. RGB value is (8,40,71). Sum of RGB (Red+Green+Blue) = 8+40+71=119 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.72% from 119); Green value is 40 (16.02% from 255 or 33.61% from 119); Blue value is 71 (28.12% from 255 or 59.66% from 119); Max value from RGB is 71 - color contains mainly: blue. Hex color #082847 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082847 is #F7D7B8. Grayscale: #212121. Windows color (decimal): -16242617 or 4663304. OLE color: 4663304.

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

Color convert

RGB84071-
CMYK0.890.4400.72
HSL209.52º79.75%15.49%-
HSV(B)209.52º88.73%27.84%-
XYZ22.026.25-
YUV33.97148.9109.48-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.72%
GREEN value IS 40 (16.02% from 255) = 33.61%
BLUE value IS 71 (28.12% from 255) = 59.66%
R=6.72%
G=33.61%
B=59.66%

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
Decimal840710.890.4400.72209.5279.7515.49
Hex82847592C048d250f
Octal105010713154011032212017
Binary100010100010001111011001101100010010001101001010100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082847; }

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

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

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

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

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

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

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

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