#082547

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

Shades of Tangaroa #082547

Tints of Tangaroa #082547

Color information

#082547 (or 0x082547) is unknown color: approx Tangaroa. HEX triplet: 08, 25 and 47. RGB value is (8,37,71). Sum of RGB (Red+Green+Blue) = 8+37+71=116 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.90% from 116); Green value is 37 (14.84% from 255 or 31.90% from 116); Blue value is 71 (28.12% from 255 or 61.21% from 116); Max value from RGB is 71 - color contains mainly: blue. Hex color #082547 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082547 is #F7DAB8. Grayscale: #202020. Windows color (decimal): -16243385 or 4662536. OLE color: 4662536.

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

Color convert

RGB83771-
CMYK0.890.4800.72
HSL212.38º79.75%15.49%-
HSV(B)212.38º88.73%27.84%-
XYZ1.91.836.21-
YUV32.2149.89110.74-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.90%
GREEN value IS 37 (14.84% from 255) = 31.90%
BLUE value IS 71 (28.12% from 255) = 61.21%
R=6.90%
G=31.90%
B=61.21%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal837710.890.4800.72212.3879.7515.49
Hex825475930048d450f
Octal104510713160011032412017
Binary100010010110001111011001110000010010001101010010100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082547; }

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

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

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

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

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

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

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

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