#091350

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

Shades of Sapphire #091350

Tints of Sapphire #091350

Color information

#091350 (or 0x091350) is unknown color: approx Sapphire. HEX triplet: 09, 13 and 50. RGB value is (9,19,80). Sum of RGB (Red+Green+Blue) = 9+19+80=108 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.33% from 108); Green value is 19 (7.81% from 255 or 17.59% from 108); Blue value is 80 (31.64% from 255 or 74.07% from 108); Max value from RGB is 80 - color contains mainly: blue. Hex color #091350 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091350 is #F6ECAF. Grayscale: #161616. Windows color (decimal): -16182448 or 5247753. OLE color: 5247753.

HSL color Cylindrical-coordinate representation of color #091350: hue angle of 231.55º 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 #091350 is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB91980-
CMYK0.890.7600.69
HSL231.55º79.78%17.45%-
HSV(B)231.55º88.75%31.37%-
XYZ1.791.17.71-
YUV22.96160.19118.04-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.33%
GREEN value IS 19 (7.81% from 255) = 17.59%
BLUE value IS 80 (31.64% from 255) = 74.07%
R=8.33%
G=17.59%
B=74.07%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal919800.890.7600.69231.5579.7817.45
Hex91350594C045e85011
Octal1123120131114010535012021
Binary1001100111010000101100110011000100010111101000101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091350; }

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

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

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

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

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

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

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

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