Shades of Sapphire #091462
Tints of Sapphire #091462
RGB
CMYK
RGB Variations
Color information
#091462 (or 0x091462) is known color: Sapphire. HEX triplet: 09, 14 and 62. RGB value is (9,20,98). Sum of RGB (Red+Green+Blue) = 9+20+98=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 20 (8.20% from 255 or 15.75% from 127); Blue value is 98 (38.67% from 255 or 77.17% from 127); Max value from RGB is 98 - color contains mainly: blue. Hex color #091462 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091462 is #F6EB9D. Grayscale: #191919. Windows color (decimal): -16182174 or 6427657. OLE color: 6427657.
HSL color Cylindrical-coordinate representation of color #091462: hue angle of 232.58º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #091462 is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 20 | 98 | - |
| CMYK | 0.91 | 0.80 | 0 | 0.62 |
| HSL | 232.58º | 0.83% | 0.21% | - |
| HSV(B) | 232.58º | 0.91% | 0.38% | - |
| XYZ | 2.57 | 1.44 | 11.7 | - |
| YUV | 25.6 | 168.86 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 20 | 98 | 0.91 | 0.80 | 0 | 0.62 | 232.58 | 0.83 | 0.21 |
| Hex | 9 | 14 | 62 | 5B | 50 | 0 | 3E | E9 | 53 | 15 |
| Octal | 11 | 24 | 142 | 133 | 120 | 0 | 76 | 351 | 123 | 25 |
| Binary | 1001 | 10100 | 1100010 | 1011011 | 1010000 | 0 | 111110 | 11101001 | 1010011 | 10101 |
Color Harmonies of #091462
Complementary color
Monochromatic Colors of #091462
Black with #091462
Text Example
Text Example
White with #091462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091462; }
p { color: rgb(9,20,98); }
H1.HeaderClassName
{
color: #091462;
}
.AnyTagClassName
{
color: #091462;
}
</style>
background-color css
<style>
a { background-color: #091462; }
a { background-color: rgb(9,20,98); }
div.DivClassName
{
background-color: #091462;
}
.BgClassName
{
background-color: #091462;
}
</style>
border-color css
<style>
span { border-color: #091462; }
span { border-color: rgb(9,20,98); }
td.TdClassName
{
border-color: #091462;
}
.TagClassName
{
border-color: #091462;
}
</style>