#091153

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

Shades of Sapphire #091153

Tints of Sapphire #091153

Color information

#091153 (or 0x091153) is unknown color: approx Sapphire. HEX triplet: 09, 11 and 53. RGB value is (9,17,83). Sum of RGB (Red+Green+Blue) = 9+17+83=109 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.26% from 109); Green value is 17 (7.03% from 255 or 15.60% from 109); Blue value is 83 (32.81% from 255 or 76.15% from 109); Max value from RGB is 83 - color contains mainly: blue. Hex color #091153 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091153 is #F6EEAC. Grayscale: #151515. Windows color (decimal): -16182957 or 5443849. OLE color: 5443849.

HSL color Cylindrical-coordinate representation of color #091153: hue angle of 233.51º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #091153 is Cyan = 0.89, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB91783-
CMYK0.890.8000.67
HSL233.51º80.43%18.04%-
HSV(B)233.51º89.16%32.55%-
XYZ1.871.088.29-
YUV22.13162.35118.63-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.26%
GREEN value IS 17 (7.03% from 255) = 15.60%
BLUE value IS 83 (32.81% from 255) = 76.15%
R=8.26%
G=15.60%
B=76.15%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal917830.890.8000.67233.5180.4318.04
Hex911535950043ea5012
Octal1121123131120010335212022
Binary1001100011010011101100110100000100001111101010101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091153; }

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

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

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

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

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

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

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

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