#082060

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

Shades of Sapphire #082060

Tints of Sapphire #082060

Color information

#082060 (or 0x082060) is unknown color: approx Sapphire. HEX triplet: 08, 20 and 60. RGB value is (8,32,96). Sum of RGB (Red+Green+Blue) = 8+32+96=136 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.88% from 136); Green value is 32 (12.89% from 255 or 23.53% from 136); Blue value is 96 (37.89% from 255 or 70.59% from 136); Max value from RGB is 96 - color contains mainly: blue. Hex color #082060 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082060 is #F7DF9F. Grayscale: #1F1F1F. Windows color (decimal): -16244640 or 6299656. OLE color: 6299656.

HSL color Cylindrical-coordinate representation of color #082060: hue angle of 223.64º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #082060 is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB83296-
CMYK0.920.6700.62
HSL223.64º84.62%20.39%-
HSV(B)223.64º91.67%37.65%-
XYZ2.731.9311.29-
YUV32.12164.05110.8-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.88%
GREEN value IS 32 (12.89% from 255) = 23.53%
BLUE value IS 96 (37.89% from 255) = 70.59%
R=5.88%
G=23.53%
B=70.59%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal832960.920.6700.62223.6484.6220.39
Hex820605C4303Ee05514
Octal104014013410307634012524
Binary1000100000110000010111001000011011111011100000101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082060; }

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

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

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

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

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

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

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

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