#091759

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

Shades of Sapphire #091759

Tints of Sapphire #091759

Color information

#091759 (or 0x091759) is unknown color: approx Sapphire. HEX triplet: 09, 17 and 59. RGB value is (9,23,89). Sum of RGB (Red+Green+Blue) = 9+23+89=121 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.44% from 121); Green value is 23 (9.38% from 255 or 19.01% from 121); Blue value is 89 (35.16% from 255 or 73.55% from 121); Max value from RGB is 89 - color contains mainly: blue. Hex color #091759 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091759 is #F6E8A6. Grayscale: #1A1A1A. Windows color (decimal): -16181415 or 5838601. OLE color: 5838601.

HSL color Cylindrical-coordinate representation of color #091759: hue angle of 229.5º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #091759 is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB92389-
CMYK0.900.7400.65
HSL229.5º81.63%19.22%-
HSV(B)229.5º89.89%34.9%-
XYZ2.221.399.6-
YUV26.34163.36115.63-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.44%
GREEN value IS 23 (9.38% from 255) = 19.01%
BLUE value IS 89 (35.16% from 255) = 73.55%
R=7.44%
G=19.01%
B=73.55%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal923890.900.7400.65229.581.6319.22
Hex917595A4A041e65213
Octal1127131132112010134612223
Binary1001101111011001101101010010100100000111100110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091759; }

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

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

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

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

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

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

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

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