Shades of Sapphire #11277C
Tints of Sapphire #11277C
RGB
CMYK
RGB Variations
Color information
#11277C (or 0x11277C) is known color: Sapphire. HEX triplet: 11, 27 and 7C. RGB value is (17,39,124). Sum of RGB (Red+Green+Blue) = 17+39+124=180 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.44% from 180); Green value is 39 (15.62% from 255 or 21.67% from 180); Blue value is 124 (48.83% from 255 or 68.89% from 180); Max value from RGB is 124 - color contains mainly: blue. Hex color #11277C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11277C is #EED883. Grayscale: #292929. Windows color (decimal): -15652996 or 8136465. OLE color: 8136465.
HSL color Cylindrical-coordinate representation of color #11277C: hue angle of 227.66º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11277C is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 39 | 124 | - |
| CMYK | 0.86 | 0.69 | 0 | 0.51 |
| HSL | 227.66º | 0.76% | 0.28% | - |
| HSV(B) | 227.66º | 0.86% | 0.49% | - |
| XYZ | 4.59 | 3.03 | 19.41 | - |
| YUV | 42.11 | 174.21 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 39 | 124 | 0.86 | 0.69 | 0 | 0.51 | 227.66 | 0.76 | 0.28 |
| Hex | 11 | 27 | 7C | 56 | 45 | 0 | 33 | E4 | 4C | 1C |
| Octal | 21 | 47 | 174 | 126 | 105 | 0 | 63 | 344 | 114 | 34 |
| Binary | 10001 | 100111 | 1111100 | 1010110 | 1000101 | 0 | 110011 | 11100100 | 1001100 | 11100 |
Color Harmonies of #11277C
Complementary color
Monochromatic Colors of #11277C
Black with #11277C
Text Example
Text Example
White with #11277C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11277C; }
p { color: rgb(17,39,124); }
H1.HeaderClassName
{
color: #11277C;
}
.AnyTagClassName
{
color: #11277C;
}
</style>
background-color css
<style>
a { background-color: #11277C; }
a { background-color: rgb(17,39,124); }
div.DivClassName
{
background-color: #11277C;
}
.BgClassName
{
background-color: #11277C;
}
</style>
border-color css
<style>
span { border-color: #11277C; }
span { border-color: rgb(17,39,124); }
td.TdClassName
{
border-color: #11277C;
}
.TagClassName
{
border-color: #11277C;
}
</style>