#092860

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

Shades of Sapphire #092860

Tints of Sapphire #092860

Color information

#092860 (or 0x092860) is unknown color: approx Sapphire. HEX triplet: 09, 28 and 60. RGB value is (9,40,96). Sum of RGB (Red+Green+Blue) = 9+40+96=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 40 (16.02% from 255 or 27.59% from 145); Blue value is 96 (37.89% from 255 or 66.21% from 145); Max value from RGB is 96 - color contains mainly: blue. Hex color #092860 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092860 is #F6D79F. Grayscale: #242424. Windows color (decimal): -16177056 or 6301705. OLE color: 6301705.

HSL color Cylindrical-coordinate representation of color #092860: hue angle of 218.62º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #092860 is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB94096-
CMYK0.910.5800.62
HSL218.62º82.86%20.59%-
HSV(B)218.62º90.62%37.65%-
XYZ2.982.4211.38-
YUV37.11161.23107.95-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.21%
GREEN value IS 40 (16.02% from 255) = 27.59%
BLUE value IS 96 (37.89% from 255) = 66.21%
R=6.21%
G=27.59%
B=66.21%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal940960.910.5800.62218.6282.8620.59
Hex928605B3A03Edb5315
Octal11501401337207633312325
Binary100110100011000001011011111010011111011011011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092860; }

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

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

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

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

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

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

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

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