#091950

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

Shades of Sapphire #091950

Tints of Sapphire #091950

Color information

#091950 (or 0x091950) is unknown color: approx Sapphire. HEX triplet: 09, 19 and 50. RGB value is (9,25,80). Sum of RGB (Red+Green+Blue) = 9+25+80=114 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.89% from 114); Green value is 25 (10.16% from 255 or 21.93% from 114); Blue value is 80 (31.64% from 255 or 70.18% from 114); Max value from RGB is 80 - color contains mainly: blue. Hex color #091950 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091950 is #F6E6AF. Grayscale: #1A1A1A. Windows color (decimal): -16180912 or 5249289. OLE color: 5249289.

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

Color convert

RGB92580-
CMYK0.890.6900.69
HSL226.48º79.78%17.45%-
HSV(B)226.48º88.75%31.37%-
XYZ1.911.337.75-
YUV26.49158.2115.53-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.89%
GREEN value IS 25 (10.16% from 255) = 21.93%
BLUE value IS 80 (31.64% from 255) = 70.18%
R=7.89%
G=21.93%
B=70.18%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal925800.890.6900.69226.4879.7817.45
Hex919505945045e25011
Octal1131120131105010534212021
Binary1001110011010000101100110001010100010111100010101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091950; }

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

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

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

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

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

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

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

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