#092060

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

Shades of Sapphire #092060

Tints of Sapphire #092060

Color information

#092060 (or 0x092060) is unknown color: approx Sapphire. HEX triplet: 09, 20 and 60. RGB value is (9,32,96). Sum of RGB (Red+Green+Blue) = 9+32+96=137 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.57% from 137); Green value is 32 (12.89% from 255 or 23.36% from 137); Blue value is 96 (37.89% from 255 or 70.07% from 137); Max value from RGB is 96 - color contains mainly: blue. Hex color #092060 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092060 is #F6DF9F. Grayscale: #202020. Windows color (decimal): -16179104 or 6299657. OLE color: 6299657.

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

Color convert

RGB93296-
CMYK0.910.6700.62
HSL224.14º82.86%20.59%-
HSV(B)224.14º90.62%37.65%-
XYZ2.741.9411.3-
YUV32.42163.88111.3-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.57%
GREEN value IS 32 (12.89% from 255) = 23.36%
BLUE value IS 96 (37.89% from 255) = 70.07%
R=6.57%
G=23.36%
B=70.07%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal932960.910.6700.62224.1482.8620.59
Hex920605B4303Ee05315
Octal114014013310307634012325
Binary1001100000110000010110111000011011111011100000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092060; }

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

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

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

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

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

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

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

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