#091F76

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

Shades of Sapphire #091F76

Tints of Sapphire #091F76

Color information

#091F76 (or 0x091F76) is unknown color: approx Sapphire. HEX triplet: 09, 1F and 76. RGB value is (9,31,118). Sum of RGB (Red+Green+Blue) = 9+31+118=158 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.70% from 158); Green value is 31 (12.5% from 255 or 19.62% from 158); Blue value is 118 (46.48% from 255 or 74.68% from 158); Max value from RGB is 118 - color contains mainly: blue. Hex color #091F76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091F76 is #F6E089. Grayscale: #212121. Windows color (decimal): -16179338 or 7741193. OLE color: 7741193.

HSL color Cylindrical-coordinate representation of color #091F76: hue angle of 227.89º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #091F76 is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB931118-
CMYK0.920.7400.54
HSL227.89º85.83%24.9%-
HSV(B)227.89º92.37%46.27%-
XYZ3.872.3517.39-
YUV34.34175.21109.93-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.70%
GREEN value IS 31 (12.5% from 255) = 19.62%
BLUE value IS 118 (46.48% from 255) = 74.68%
R=5.70%
G=19.62%
B=74.68%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9311180.920.7400.54227.8985.8324.9
Hex91F765C4A036e45619
Octal113716613411206634412631
Binary100111111111011010111001001010011011011100100101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091F76; }

 p { color: rgb(9,31,118); }

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

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

 a { background-color: rgb(9,31,118); }

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

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

 span { border-color: rgb(9,31,118); }

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