#091157

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

Shades of Sapphire #091157

Tints of Sapphire #091157

Color information

#091157 (or 0x091157) is unknown color: approx Sapphire. HEX triplet: 09, 11 and 57. RGB value is (9,17,87). Sum of RGB (Red+Green+Blue) = 9+17+87=113 (14% of max value = 765). Red value is 9 (3.91% from 255 or 7.96% from 113); Green value is 17 (7.03% from 255 or 15.04% from 113); Blue value is 87 (34.38% from 255 or 76.99% from 113); Max value from RGB is 87 - color contains mainly: blue. Hex color #091157 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091157 is #F6EEA8. Grayscale: #161616. Windows color (decimal): -16182953 or 5705993. OLE color: 5705993.

HSL color Cylindrical-coordinate representation of color #091157: hue angle of 233.85º 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 #091157 is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB91787-
CMYK0.900.8000.66
HSL233.85º81.25%18.82%-
HSV(B)233.85º89.66%34.12%-
XYZ2.031.159.13-
YUV22.59164.35118.31-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.96%
GREEN value IS 17 (7.03% from 255) = 15.04%
BLUE value IS 87 (34.38% from 255) = 76.99%
R=7.96%
G=15.04%
B=76.99%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal917870.900.8000.66233.8581.2518.82
Hex911575A50042ea5113
Octal1121127132120010235212123
Binary1001100011010111101101010100000100001011101010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091157; }

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

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

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

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

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

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

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

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