#082037

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

Shades of Tangaroa #082037

Tints of Tangaroa #082037

Color information

#082037 (or 0x082037) is unknown color: approx Tangaroa. HEX triplet: 08, 20 and 37. RGB value is (8,32,55). Sum of RGB (Red+Green+Blue) = 8+32+55=95 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.42% from 95); Green value is 32 (12.89% from 255 or 33.68% from 95); Blue value is 55 (21.88% from 255 or 57.89% from 95); Max value from RGB is 55 - color contains mainly: blue. Hex color #082037 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082037 is #F7DFC8. Grayscale: #1B1B1B. Windows color (decimal): -16244681 or 3612680. OLE color: 3612680.

HSL color Cylindrical-coordinate representation of color #082037: hue angle of 209.36º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #082037 is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB83255-
CMYK0.850.4200.78
HSL209.36º74.6%12.35%-
HSV(B)209.36º85.45%21.57%-
XYZ1.311.363.81-
YUV27.45143.55114.13-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.42%
GREEN value IS 32 (12.89% from 255) = 33.68%
BLUE value IS 55 (21.88% from 255) = 57.89%
R=8.42%
G=33.68%
B=57.89%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal832550.850.4200.78209.3674.612.35
Hex82037552A04Ed14bc
Octal10406712552011632111314
Binary10001000001101111010101101010010011101101000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082037; }

 p { color: rgb(8,32,55); }

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

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

 a { background-color: rgb(8,32,55); }

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

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

 span { border-color: rgb(8,32,55); }

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