#082860

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

Shades of Sapphire #082860

Tints of Sapphire #082860

Color information

#082860 (or 0x082860) is unknown color: approx Sapphire. HEX triplet: 08, 28 and 60. RGB value is (8,40,96). Sum of RGB (Red+Green+Blue) = 8+40+96=144 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.56% from 144); Green value is 40 (16.02% from 255 or 27.78% from 144); Blue value is 96 (37.89% from 255 or 66.67% from 144); Max value from RGB is 96 - color contains mainly: blue. Hex color #082860 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082860 is #F7D79F. Grayscale: #242424. Windows color (decimal): -16242592 or 6301704. OLE color: 6301704.

HSL color Cylindrical-coordinate representation of color #082860: hue angle of 218.18º 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 #082860 is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB84096-
CMYK0.920.5800.62
HSL218.18º84.62%20.39%-
HSV(B)218.18º91.67%37.65%-
XYZ2.972.4111.38-
YUV36.82161.4107.45-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.56%
GREEN value IS 40 (16.02% from 255) = 27.78%
BLUE value IS 96 (37.89% from 255) = 66.67%
R=5.56%
G=27.78%
B=66.67%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal840960.920.5800.62218.1884.6220.39
Hex828605C3A03Eda5514
Octal10501401347207633212524
Binary100010100011000001011100111010011111011011010101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082860; }

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

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

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

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

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

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

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

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