Shades of Medium Blue #110BE1
Tints of Medium Blue #110BE1
RGB
CMYK
RGB Variations
Color information
#110BE1 (or 0x110BE1) is known color: Medium Blue. HEX triplet: 11, 0B and E1. RGB value is (17,11,225). Sum of RGB (Red+Green+Blue) = 17+11+225=253 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.72% from 253); Green value is 11 (4.69% from 255 or 4.35% from 253); Blue value is 225 (88.28% from 255 or 88.93% from 253); Max value from RGB is 225 - color contains mainly: blue. Hex color #110BE1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110BE1 is #EEF41E. Grayscale: #242424. Windows color (decimal): -15660063 or 14748433. OLE color: 14748433.
HSL color Cylindrical-coordinate representation of color #110BE1: hue angle of 241.68º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #110BE1 is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 17 | 11 | 225 | - |
| CMYK | 0.92 | 0.95 | 0 | 0.12 |
| HSL | 241.68º | 0.91% | 0.46% | - |
| HSV(B) | 241.68º | 0.95% | 0.88% | - |
| XYZ | 13.94 | 5.79 | 71.62 | - |
| YUV | 37.19 | 233.99 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 11 | 225 | 0.92 | 0.95 | 0 | 0.12 | 241.68 | 0.91 | 0.46 |
| Hex | 11 | B | E1 | 5C | 5F | 0 | C | F2 | 5B | 2E |
| Octal | 21 | 13 | 341 | 134 | 137 | 0 | 14 | 362 | 133 | 56 |
| Binary | 10001 | 1011 | 11100001 | 1011100 | 1011111 | 0 | 1100 | 11110010 | 1011011 | 101110 |
Color Harmonies of #110BE1
Complementary color
Monochromatic Colors of #110BE1
Black with #110BE1
Text Example
Text Example
White with #110BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110BE1; }
p { color: rgb(17,11,225); }
H1.HeaderClassName
{
color: #110BE1;
}
.AnyTagClassName
{
color: #110BE1;
}
</style>
background-color css
<style>
a { background-color: #110BE1; }
a { background-color: rgb(17,11,225); }
div.DivClassName
{
background-color: #110BE1;
}
.BgClassName
{
background-color: #110BE1;
}
</style>
border-color css
<style>
span { border-color: #110BE1; }
span { border-color: rgb(17,11,225); }
td.TdClassName
{
border-color: #110BE1;
}
.TagClassName
{
border-color: #110BE1;
}
</style>