#091E76

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

Shades of Sapphire #091E76

Tints of Sapphire #091E76

Color information

#091E76 (or 0x091E76) is unknown color: approx Sapphire. HEX triplet: 09, 1E and 76. RGB value is (9,30,118). Sum of RGB (Red+Green+Blue) = 9+30+118=157 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.73% from 157); Green value is 30 (12.11% from 255 or 19.11% from 157); Blue value is 118 (46.48% from 255 or 75.16% from 157); Max value from RGB is 118 - color contains mainly: blue. Hex color #091E76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091E76 is #F6E189. Grayscale: #212121. Windows color (decimal): -16179594 or 7740937. OLE color: 7740937.

HSL color Cylindrical-coordinate representation of color #091E76: hue angle of 228.44º 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 #091E76 is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB930118-
CMYK0.920.7500.54
HSL228.44º85.83%24.9%-
HSV(B)228.44º92.37%46.27%-
XYZ3.852.2917.38-
YUV33.75175.54110.34-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.73%
GREEN value IS 30 (12.11% from 255) = 19.11%
BLUE value IS 118 (46.48% from 255) = 75.16%
R=5.73%
G=19.11%
B=75.16%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9301180.920.7500.54228.4485.8324.9
Hex91E765C4B036e45619
Octal113616613411306634412631
Binary100111110111011010111001001011011011011100100101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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