Shades of Sapphire #091C68
Tints of Sapphire #091C68
RGB
CMYK
RGB Variations
Color information
#091C68 (or 0x091C68) is known color: Sapphire. HEX triplet: 09, 1C and 68. RGB value is (9,28,104). Sum of RGB (Red+Green+Blue) = 9+28+104=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 28 (11.33% from 255 or 19.86% from 141); Blue value is 104 (41.02% from 255 or 73.76% from 141); Max value from RGB is 104 - color contains mainly: blue. Hex color #091C68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091C68 is #F6E397. Grayscale: #1E1E1E. Windows color (decimal): -16180120 or 6822921. OLE color: 6822921.
HSL color Cylindrical-coordinate representation of color #091C68: hue angle of 228º 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 #091C68 is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 9 | 28 | 104 | - |
| CMYK | 0.91 | 0.73 | 0 | 0.59 |
| HSL | 228º | 0.84% | 0.22% | - |
| HSV(B) | 228º | 0.91% | 0.41% | - |
| XYZ | 3.03 | 1.89 | 13.3 | - |
| YUV | 30.98 | 169.21 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 28 | 104 | 0.91 | 0.73 | 0 | 0.59 | 228 | 0.84 | 0.22 |
| Hex | 9 | 1C | 68 | 5B | 49 | 0 | 3B | E4 | 54 | 16 |
| Octal | 11 | 34 | 150 | 133 | 111 | 0 | 73 | 344 | 124 | 26 |
| Binary | 1001 | 11100 | 1101000 | 1011011 | 1001001 | 0 | 111011 | 11100100 | 1010100 | 10110 |
Color Harmonies of #091C68
Complementary color
Monochromatic Colors of #091C68
Black with #091C68
Text Example
Text Example
White with #091C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091C68; }
p { color: rgb(9,28,104); }
H1.HeaderClassName
{
color: #091C68;
}
.AnyTagClassName
{
color: #091C68;
}
</style>
background-color css
<style>
a { background-color: #091C68; }
a { background-color: rgb(9,28,104); }
div.DivClassName
{
background-color: #091C68;
}
.BgClassName
{
background-color: #091C68;
}
</style>
border-color css
<style>
span { border-color: #091C68; }
span { border-color: rgb(9,28,104); }
td.TdClassName
{
border-color: #091C68;
}
.TagClassName
{
border-color: #091C68;
}
</style>