Shades of Sapphire #091453
Tints of Sapphire #091453
RGB
CMYK
RGB Variations
Color information
#091453 (or 0x091453) is known color: Sapphire. HEX triplet: 09, 14 and 53. RGB value is (9,20,83). Sum of RGB (Red+Green+Blue) = 9+20+83=112 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.04% from 112); Green value is 20 (8.20% from 255 or 17.86% from 112); Blue value is 83 (32.81% from 255 or 74.11% from 112); Max value from RGB is 83 - color contains mainly: blue. Hex color #091453 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091453 is #F6EBAC. Grayscale: #171717. Windows color (decimal): -16182189 or 5444617. OLE color: 5444617.
HSL color Cylindrical-coordinate representation of color #091453: hue angle of 231.08º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #091453 is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 9 | 20 | 83 | - |
| CMYK | 0.89 | 0.76 | 0 | 0.67 |
| HSL | 231.08º | 0.8% | 0.18% | - |
| HSV(B) | 231.08º | 0.89% | 0.33% | - |
| XYZ | 1.92 | 1.18 | 8.31 | - |
| YUV | 23.89 | 161.36 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 20 | 83 | 0.89 | 0.76 | 0 | 0.67 | 231.08 | 0.8 | 0.18 |
| Hex | 9 | 14 | 53 | 59 | 4C | 0 | 43 | E7 | 50 | 12 |
| Octal | 11 | 24 | 123 | 131 | 114 | 0 | 103 | 347 | 120 | 22 |
| Binary | 1001 | 10100 | 1010011 | 1011001 | 1001100 | 0 | 1000011 | 11100111 | 1010000 | 10010 |
Color Harmonies of #091453
Complementary color
Monochromatic Colors of #091453
Black with #091453
Text Example
Text Example
White with #091453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091453; }
p { color: rgb(9,20,83); }
H1.HeaderClassName
{
color: #091453;
}
.AnyTagClassName
{
color: #091453;
}
</style>
background-color css
<style>
a { background-color: #091453; }
a { background-color: rgb(9,20,83); }
div.DivClassName
{
background-color: #091453;
}
.BgClassName
{
background-color: #091453;
}
</style>
border-color css
<style>
span { border-color: #091453; }
span { border-color: rgb(9,20,83); }
td.TdClassName
{
border-color: #091453;
}
.TagClassName
{
border-color: #091453;
}
</style>