#091550

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

Shades of Sapphire #091550

Tints of Sapphire #091550

Color information

#091550 (or 0x091550) is unknown color: approx Sapphire. HEX triplet: 09, 15 and 50. RGB value is (9,21,80). Sum of RGB (Red+Green+Blue) = 9+21+80=110 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.18% from 110); Green value is 21 (8.59% from 255 or 19.09% from 110); Blue value is 80 (31.64% from 255 or 72.73% from 110); Max value from RGB is 80 - color contains mainly: blue. Hex color #091550 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091550 is #F6EAAF. Grayscale: #171717. Windows color (decimal): -16181936 or 5248265. OLE color: 5248265.

HSL color Cylindrical-coordinate representation of color #091550: hue angle of 229.86º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #091550 is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB92180-
CMYK0.890.7400.69
HSL229.86º79.78%17.45%-
HSV(B)229.86º88.75%31.37%-
XYZ1.831.177.72-
YUV24.14159.52117.2-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.18%
GREEN value IS 21 (8.59% from 255) = 19.09%
BLUE value IS 80 (31.64% from 255) = 72.73%
R=8.18%
G=19.09%
B=72.73%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal921800.890.7400.69229.8679.7817.45
Hex91550594A045e65011
Octal1125120131112010534612021
Binary1001101011010000101100110010100100010111100110101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091550; }

 p { color: rgb(9,21,80); }

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

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

 a { background-color: rgb(9,21,80); }

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

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

 span { border-color: rgb(9,21,80); }

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