Shades of Sapphire #11277A
Tints of Sapphire #11277A
RGB
CMYK
RGB Variations
Color information
#11277A (or 0x11277A) is known color: Sapphire. HEX triplet: 11, 27 and 7A. RGB value is (17,39,122). Sum of RGB (Red+Green+Blue) = 17+39+122=178 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.55% from 178); Green value is 39 (15.62% from 255 or 21.91% from 178); Blue value is 122 (48.05% from 255 or 68.54% from 178); Max value from RGB is 122 - color contains mainly: blue. Hex color #11277A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11277A is #EED885. Grayscale: #292929. Windows color (decimal): -15652998 or 8005393. OLE color: 8005393.
HSL color Cylindrical-coordinate representation of color #11277A: hue angle of 227.43º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11277A is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 17 | 39 | 122 | - |
| CMYK | 0.86 | 0.68 | 0 | 0.52 |
| HSL | 227.43º | 0.76% | 0.27% | - |
| HSV(B) | 227.43º | 0.86% | 0.48% | - |
| XYZ | 4.47 | 2.98 | 18.75 | - |
| YUV | 41.88 | 173.21 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 39 | 122 | 0.86 | 0.68 | 0 | 0.52 | 227.43 | 0.76 | 0.27 |
| Hex | 11 | 27 | 7A | 56 | 44 | 0 | 34 | E3 | 4C | 1B |
| Octal | 21 | 47 | 172 | 126 | 104 | 0 | 64 | 343 | 114 | 33 |
| Binary | 10001 | 100111 | 1111010 | 1010110 | 1000100 | 0 | 110100 | 11100011 | 1001100 | 11011 |
Color Harmonies of #11277A
Complementary color
Monochromatic Colors of #11277A
Black with #11277A
Text Example
Text Example
White with #11277A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11277A; }
p { color: rgb(17,39,122); }
H1.HeaderClassName
{
color: #11277A;
}
.AnyTagClassName
{
color: #11277A;
}
</style>
background-color css
<style>
a { background-color: #11277A; }
a { background-color: rgb(17,39,122); }
div.DivClassName
{
background-color: #11277A;
}
.BgClassName
{
background-color: #11277A;
}
</style>
border-color css
<style>
span { border-color: #11277A; }
span { border-color: rgb(17,39,122); }
td.TdClassName
{
border-color: #11277A;
}
.TagClassName
{
border-color: #11277A;
}
</style>