#091E49

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

Shades of Sapphire #091E49

Tints of Sapphire #091E49

Color information

#091E49 (or 0x091E49) is unknown color: approx Sapphire. HEX triplet: 09, 1E and 49. RGB value is (9,30,73). Sum of RGB (Red+Green+Blue) = 9+30+73=112 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.04% from 112); Green value is 30 (12.11% from 255 or 26.79% from 112); Blue value is 73 (28.91% from 255 or 65.18% from 112); Max value from RGB is 73 - color contains mainly: blue. Hex color #091E49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091E49 is #F6E1B6. Grayscale: #1C1C1C. Windows color (decimal): -16179639 or 4791817. OLE color: 4791817.

HSL color Cylindrical-coordinate representation of color #091E49: hue angle of 220.31º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #091E49 is Cyan = 0.88, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB93073-
CMYK0.880.5900.71
HSL220.31º78.05%16.08%-
HSV(B)220.31º87.67%28.63%-
XYZ1.781.476.49-
YUV28.62153.04114-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.04%
GREEN value IS 30 (12.11% from 255) = 26.79%
BLUE value IS 73 (28.91% from 255) = 65.18%
R=8.04%
G=26.79%
B=65.18%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal930730.880.5900.71220.3178.0516.08
Hex91E49583B047dc4e10
Octal113611113073010733411620
Binary100111110100100110110001110110100011111011100100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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