#091560

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

Shades of Sapphire #091560

Tints of Sapphire #091560

Color information

#091560 (or 0x091560) is unknown color: approx Sapphire. HEX triplet: 09, 15 and 60. RGB value is (9,21,96). Sum of RGB (Red+Green+Blue) = 9+21+96=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 21 (8.59% from 255 or 16.67% from 126); Blue value is 96 (37.89% from 255 or 76.19% from 126); Max value from RGB is 96 - color contains mainly: blue. Hex color #091560 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091560 is #F6EA9F. Grayscale: #191919. Windows color (decimal): -16181920 or 6296841. OLE color: 6296841.

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

Color convert

RGB92196-
CMYK0.910.7800.62
HSL231.72º82.86%20.59%-
HSV(B)231.72º90.62%37.65%-
XYZ2.491.4411.21-
YUV25.96167.52115.9-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.14%
GREEN value IS 21 (8.59% from 255) = 16.67%
BLUE value IS 96 (37.89% from 255) = 76.19%
R=7.14%
G=16.67%
B=76.19%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal921960.910.7800.62231.7282.8620.59
Hex915605B4E03Ee85315
Octal112514013311607635012325
Binary100110101110000010110111001110011111011101000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091560; }

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

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

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

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

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

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

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

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