#082447

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

Shades of Tangaroa #082447

Tints of Tangaroa #082447

Color information

#082447 (or 0x082447) is unknown color: approx Tangaroa. HEX triplet: 08, 24 and 47. RGB value is (8,36,71). Sum of RGB (Red+Green+Blue) = 8+36+71=115 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.96% from 115); Green value is 36 (14.45% from 255 or 31.30% from 115); Blue value is 71 (28.12% from 255 or 61.74% from 115); Max value from RGB is 71 - color contains mainly: blue. Hex color #082447 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082447 is #F7DBB8. Grayscale: #1F1F1F. Windows color (decimal): -16243641 or 4662280. OLE color: 4662280.

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

Color convert

RGB83671-
CMYK0.890.4900.72
HSL213.33º79.75%15.49%-
HSV(B)213.33º88.73%27.84%-
XYZ1.871.776.2-
YUV31.62150.22111.15-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.96%
GREEN value IS 36 (14.45% from 255) = 31.30%
BLUE value IS 71 (28.12% from 255) = 61.74%
R=6.96%
G=31.30%
B=61.74%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal836710.890.4900.72213.3379.7515.49
Hex824475931048d550f
Octal104410713161011032512017
Binary100010010010001111011001110001010010001101010110100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082447; }

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

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

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

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

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

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

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

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