#091760

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

Shades of Sapphire #091760

Tints of Sapphire #091760

Color information

#091760 (or 0x091760) is unknown color: approx Sapphire. HEX triplet: 09, 17 and 60. RGB value is (9,23,96). Sum of RGB (Red+Green+Blue) = 9+23+96=128 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.03% from 128); Green value is 23 (9.38% from 255 or 17.97% from 128); Blue value is 96 (37.89% from 255 or 75% from 128); Max value from RGB is 96 - color contains mainly: blue. Hex color #091760 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091760 is #F6E89F. Grayscale: #1A1A1A. Windows color (decimal): -16181408 or 6297353. OLE color: 6297353.

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

Color convert

RGB92396-
CMYK0.910.7600.62
HSL230.34º82.86%20.59%-
HSV(B)230.34º90.62%37.65%-
XYZ2.531.5211.23-
YUV27.14166.86115.06-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.03%
GREEN value IS 23 (9.38% from 255) = 17.97%
BLUE value IS 96 (37.89% from 255) = 75%
R=7.03%
G=17.97%
B=75%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal923960.910.7600.62230.3482.8620.59
Hex917605B4C03Ee65315
Octal112714013311407634612325
Binary100110111110000010110111001100011111011100110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091760; }

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

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

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

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

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

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

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

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