Shades of Sapphire #091C69
Tints of Sapphire #091C69
RGB
CMYK
RGB Variations
Color information
#091C69 (or 0x091C69) is known color: Sapphire. HEX triplet: 09, 1C and 69. RGB value is (9,28,105). Sum of RGB (Red+Green+Blue) = 9+28+105=142 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.34% from 142); Green value is 28 (11.33% from 255 or 19.72% from 142); Blue value is 105 (41.41% from 255 or 73.94% from 142); Max value from RGB is 105 - color contains mainly: blue. Hex color #091C69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091C69 is #F6E396. Grayscale: #1E1E1E. Windows color (decimal): -16180119 or 6888457. OLE color: 6888457.
HSL color Cylindrical-coordinate representation of color #091C69: hue angle of 228.12º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #091C69 is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 9 | 28 | 105 | - |
| CMYK | 0.91 | 0.73 | 0 | 0.59 |
| HSL | 228.13º | 0.84% | 0.22% | - |
| HSV(B) | 228.13º | 0.91% | 0.41% | - |
| XYZ | 3.08 | 1.91 | 13.57 | - |
| YUV | 31.1 | 169.71 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 28 | 105 | 0.91 | 0.73 | 0 | 0.59 | 228.13 | 0.84 | 0.22 |
| Hex | 9 | 1C | 69 | 5B | 49 | 0 | 3B | E4 | 54 | 16 |
| Octal | 11 | 34 | 151 | 133 | 111 | 0 | 73 | 344 | 124 | 26 |
| Binary | 1001 | 11100 | 1101001 | 1011011 | 1001001 | 0 | 111011 | 11100100 | 1010100 | 10110 |
Color Harmonies of #091C69
Complementary color
Monochromatic Colors of #091C69
Black with #091C69
Text Example
Text Example
White with #091C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091C69; }
p { color: rgb(9,28,105); }
H1.HeaderClassName
{
color: #091C69;
}
.AnyTagClassName
{
color: #091C69;
}
</style>
background-color css
<style>
a { background-color: #091C69; }
a { background-color: rgb(9,28,105); }
div.DivClassName
{
background-color: #091C69;
}
.BgClassName
{
background-color: #091C69;
}
</style>
border-color css
<style>
span { border-color: #091C69; }
span { border-color: rgb(9,28,105); }
td.TdClassName
{
border-color: #091C69;
}
.TagClassName
{
border-color: #091C69;
}
</style>