Shades of Medium Blue #110FC4
Tints of Medium Blue #110FC4
RGB
CMYK
RGB Variations
Color information
#110FC4 (or 0x110FC4) is known color: Medium Blue. HEX triplet: 11, 0F and C4. RGB value is (17,15,196). Sum of RGB (Red+Green+Blue) = 17+15+196=228 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.46% from 228); Green value is 15 (6.25% from 255 or 6.58% from 228); Blue value is 196 (76.95% from 255 or 85.96% from 228); Max value from RGB is 196 - color contains mainly: blue. Hex color #110FC4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110FC4 is #EEF03B. Grayscale: #232323. Windows color (decimal): -15659068 or 12848913. OLE color: 12848913.
HSL color Cylindrical-coordinate representation of color #110FC4: hue angle of 240.66º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #110FC4 is Cyan = 0.91, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 17 | 15 | 196 | - |
| CMYK | 0.91 | 0.92 | 0 | 0.23 |
| HSL | 240.66º | 0.86% | 0.41% | - |
| HSV(B) | 240.66º | 0.92% | 0.77% | - |
| XYZ | 10.37 | 4.45 | 52.54 | - |
| YUV | 36.23 | 218.16 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 15 | 196 | 0.91 | 0.92 | 0 | 0.23 | 240.66 | 0.86 | 0.41 |
| Hex | 11 | F | C4 | 5B | 5C | 0 | 17 | F1 | 56 | 29 |
| Octal | 21 | 17 | 304 | 133 | 134 | 0 | 27 | 361 | 126 | 51 |
| Binary | 10001 | 1111 | 11000100 | 1011011 | 1011100 | 0 | 10111 | 11110001 | 1010110 | 101001 |
Color Harmonies of #110FC4
Complementary color
Monochromatic Colors of #110FC4
Black with #110FC4
Text Example
Text Example
White with #110FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110FC4; }
p { color: rgb(17,15,196); }
H1.HeaderClassName
{
color: #110FC4;
}
.AnyTagClassName
{
color: #110FC4;
}
</style>
background-color css
<style>
a { background-color: #110FC4; }
a { background-color: rgb(17,15,196); }
div.DivClassName
{
background-color: #110FC4;
}
.BgClassName
{
background-color: #110FC4;
}
</style>
border-color css
<style>
span { border-color: #110FC4; }
span { border-color: rgb(17,15,196); }
td.TdClassName
{
border-color: #110FC4;
}
.TagClassName
{
border-color: #110FC4;
}
</style>