#091657

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

Shades of Sapphire #091657

Tints of Sapphire #091657

Color information

#091657 (or 0x091657) is unknown color: approx Sapphire. HEX triplet: 09, 16 and 57. RGB value is (9,22,87). Sum of RGB (Red+Green+Blue) = 9+22+87=118 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.63% from 118); Green value is 22 (8.98% from 255 or 18.64% from 118); Blue value is 87 (34.38% from 255 or 73.73% from 118); Max value from RGB is 87 - color contains mainly: blue. Hex color #091657 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091657 is #F6E9A8. Grayscale: #191919. Windows color (decimal): -16181673 or 5707273. OLE color: 5707273.

HSL color Cylindrical-coordinate representation of color #091657: hue angle of 230º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #091657 is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB92287-
CMYK0.900.7500.66
HSL230º81.25%18.82%-
HSV(B)230º89.66%34.12%-
XYZ2.121.329.16-
YUV25.52162.69116.21-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.63%
GREEN value IS 22 (8.98% from 255) = 18.64%
BLUE value IS 87 (34.38% from 255) = 73.73%
R=7.63%
G=18.64%
B=73.73%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal922870.900.7500.6623081.2518.82
Hex916575A4B042e65113
Octal1126127132113010234612123
Binary1001101101010111101101010010110100001011100110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091657; }

 p { color: rgb(9,22,87); }

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

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

 a { background-color: rgb(9,22,87); }

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

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

 span { border-color: rgb(9,22,87); }

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