Shades of Medium Blue #1101CF
Tints of Medium Blue #1101CF
RGB
CMYK
RGB Variations
Color information
#1101CF (or 0x1101CF) is known color: Medium Blue. HEX triplet: 11, 01 and CF. RGB value is (17,1,207). Sum of RGB (Red+Green+Blue) = 17+1+207=225 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.56% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 207 (81.25% from 255 or 92% from 225); Max value from RGB is 207 - color contains mainly: blue. Hex color #1101CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1101CF is #EEFE30. Grayscale: #1C1C1C. Windows color (decimal): -15662641 or 13566225. OLE color: 13566225.
HSL color Cylindrical-coordinate representation of color #1101CF: hue angle of 244.66º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1101CF is Cyan = 0.92, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 1 | 207 | - |
| CMYK | 0.92 | 1.00 | 0 | 0.19 |
| HSL | 244.66º | 0.99% | 0.41% | - |
| HSV(B) | 244.66º | 1% | 0.81% | - |
| XYZ | 11.5 | 4.65 | 59.32 | - |
| YUV | 29.27 | 228.3 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 1 | 207 | 0.92 | 1.00 | 0 | 0.19 | 244.66 | 0.99 | 0.41 |
| Hex | 11 | 1 | CF | 5C | 64 | 0 | 13 | F5 | 63 | 29 |
| Octal | 21 | 1 | 317 | 134 | 144 | 0 | 23 | 365 | 143 | 51 |
| Binary | 10001 | 1 | 11001111 | 1011100 | 1100100 | 0 | 10011 | 11110101 | 1100011 | 101001 |
Color Harmonies of #1101CF
Complementary color
Monochromatic Colors of #1101CF
Black with #1101CF
Text Example
Text Example
White with #1101CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1101CF; }
p { color: rgb(17,1,207); }
H1.HeaderClassName
{
color: #1101CF;
}
.AnyTagClassName
{
color: #1101CF;
}
</style>
background-color css
<style>
a { background-color: #1101CF; }
a { background-color: rgb(17,1,207); }
div.DivClassName
{
background-color: #1101CF;
}
.BgClassName
{
background-color: #1101CF;
}
</style>
border-color css
<style>
span { border-color: #1101CF; }
span { border-color: rgb(17,1,207); }
td.TdClassName
{
border-color: #1101CF;
}
.TagClassName
{
border-color: #1101CF;
}
</style>