#092560

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

Shades of Sapphire #092560

Tints of Sapphire #092560

Color information

#092560 (or 0x092560) is unknown color: approx Sapphire. HEX triplet: 09, 25 and 60. RGB value is (9,37,96). Sum of RGB (Red+Green+Blue) = 9+37+96=142 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.34% from 142); Green value is 37 (14.84% from 255 or 26.06% from 142); Blue value is 96 (37.89% from 255 or 67.61% from 142); Max value from RGB is 96 - color contains mainly: blue. Hex color #092560 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092560 is #F6DA9F. Grayscale: #232323. Windows color (decimal): -16177824 or 6300937. OLE color: 6300937.

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

Color convert

RGB93796-
CMYK0.910.6100.62
HSL220.69º82.86%20.59%-
HSV(B)220.69º90.62%37.65%-
XYZ2.892.2311.34-
YUV35.35162.22109.2-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.34%
GREEN value IS 37 (14.84% from 255) = 26.06%
BLUE value IS 96 (37.89% from 255) = 67.61%
R=6.34%
G=26.06%
B=67.61%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal937960.910.6100.62220.6982.8620.59
Hex925605B3D03Edd5315
Octal11451401337507633512325
Binary100110010111000001011011111101011111011011101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092560; }

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

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

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

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

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

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

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

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