#091250

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

Shades of Sapphire #091250

Tints of Sapphire #091250

Color information

#091250 (or 0x091250) is unknown color: approx Sapphire. HEX triplet: 09, 12 and 50. RGB value is (9,18,80). Sum of RGB (Red+Green+Blue) = 9+18+80=107 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.41% from 107); Green value is 18 (7.42% from 255 or 16.82% from 107); Blue value is 80 (31.64% from 255 or 74.77% from 107); Max value from RGB is 80 - color contains mainly: blue. Hex color #091250 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091250 is #F6EDAF. Grayscale: #161616. Windows color (decimal): -16182704 or 5247497. OLE color: 5247497.

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

Color convert

RGB91880-
CMYK0.890.7800.69
HSL232.39º79.78%17.45%-
HSV(B)232.39º88.75%31.37%-
XYZ1.781.077.7-
YUV22.38160.52118.46-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.41%
GREEN value IS 18 (7.42% from 255) = 16.82%
BLUE value IS 80 (31.64% from 255) = 74.77%
R=8.41%
G=16.82%
B=74.77%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal918800.890.7800.69232.3979.7817.45
Hex91250594E045e85011
Octal1122120131116010535012021
Binary1001100101010000101100110011100100010111101000101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091250; }

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

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

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

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

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

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

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

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