#082460

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

Shades of Sapphire #082460

Tints of Sapphire #082460

Color information

#082460 (or 0x082460) is unknown color: approx Sapphire. HEX triplet: 08, 24 and 60. RGB value is (8,36,96). Sum of RGB (Red+Green+Blue) = 8+36+96=140 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.71% from 140); Green value is 36 (14.45% from 255 or 25.71% from 140); Blue value is 96 (37.89% from 255 or 68.57% from 140); Max value from RGB is 96 - color contains mainly: blue. Hex color #082460 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082460 is #F7DB9F. Grayscale: #222222. Windows color (decimal): -16243616 or 6300680. OLE color: 6300680.

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

Color convert

RGB83696-
CMYK0.920.6200.62
HSL220.91º84.62%20.39%-
HSV(B)220.91º91.67%37.65%-
XYZ2.842.1611.33-
YUV34.47162.72109.12-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.71%
GREEN value IS 36 (14.45% from 255) = 25.71%
BLUE value IS 96 (37.89% from 255) = 68.57%
R=5.71%
G=25.71%
B=68.57%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal836960.920.6200.62220.9184.6220.39
Hex824605C3E03Edd5514
Octal10441401347607633512524
Binary100010010011000001011100111110011111011011101101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082460; }

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

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

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

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

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

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

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

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