Shades of Medium Blue #110AB7
Tints of Medium Blue #110AB7
RGB
CMYK
RGB Variations
Color information
#110AB7 (or 0x110AB7) is known color: Medium Blue. HEX triplet: 11, 0A and B7. RGB value is (17,10,183). Sum of RGB (Red+Green+Blue) = 17+10+183=210 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.10% from 210); Green value is 10 (4.30% from 255 or 4.76% from 210); Blue value is 183 (71.88% from 255 or 87.14% from 210); Max value from RGB is 183 - color contains mainly: blue. Hex color #110AB7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110AB7 is #EEF548. Grayscale: #1F1F1F. Windows color (decimal): -15660361 or 11995665. OLE color: 11995665.
HSL color Cylindrical-coordinate representation of color #110AB7: hue angle of 242.43º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #110AB7 is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 17 | 10 | 183 | - |
| CMYK | 0.91 | 0.95 | 0 | 0.28 |
| HSL | 242.43º | 0.9% | 0.38% | - |
| HSV(B) | 242.43º | 0.95% | 0.72% | - |
| XYZ | 8.89 | 3.76 | 45.06 | - |
| YUV | 31.82 | 213.32 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 10 | 183 | 0.91 | 0.95 | 0 | 0.28 | 242.43 | 0.9 | 0.38 |
| Hex | 11 | A | B7 | 5B | 5F | 0 | 1C | F2 | 5A | 26 |
| Octal | 21 | 12 | 267 | 133 | 137 | 0 | 34 | 362 | 132 | 46 |
| Binary | 10001 | 1010 | 10110111 | 1011011 | 1011111 | 0 | 11100 | 11110010 | 1011010 | 100110 |
Color Harmonies of #110AB7
Complementary color
Monochromatic Colors of #110AB7
Black with #110AB7
Text Example
Text Example
White with #110AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110AB7; }
p { color: rgb(17,10,183); }
H1.HeaderClassName
{
color: #110AB7;
}
.AnyTagClassName
{
color: #110AB7;
}
</style>
background-color css
<style>
a { background-color: #110AB7; }
a { background-color: rgb(17,10,183); }
div.DivClassName
{
background-color: #110AB7;
}
.BgClassName
{
background-color: #110AB7;
}
</style>
border-color css
<style>
span { border-color: #110AB7; }
span { border-color: rgb(17,10,183); }
td.TdClassName
{
border-color: #110AB7;
}
.TagClassName
{
border-color: #110AB7;
}
</style>