Shades of Medium Blue #1011CF
Tints of Medium Blue #1011CF
RGB
CMYK
RGB Variations
Color information
#1011CF (or 0x1011CF) is known color: Medium Blue. HEX triplet: 10, 11 and CF. RGB value is (16,17,207). Sum of RGB (Red+Green+Blue) = 16+17+207=240 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.67% from 240); Green value is 17 (7.03% from 255 or 7.08% from 240); Blue value is 207 (81.25% from 255 or 86.25% from 240); Max value from RGB is 207 - color contains mainly: blue. Hex color #1011CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1011CF is #EFEE30. Grayscale: #252525. Windows color (decimal): -15724081 or 13570320. OLE color: 13570320.
HSL color Cylindrical-coordinate representation of color #1011CF: hue angle of 239.69º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1011CF is Cyan = 0.92, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 17 | 207 | - |
| CMYK | 0.92 | 0.92 | 0 | 0.19 |
| HSL | 239.69º | 0.86% | 0.44% | - |
| HSV(B) | 239.69º | 0.92% | 0.81% | - |
| XYZ | 11.68 | 5.02 | 59.38 | - |
| YUV | 38.36 | 223.17 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 17 | 207 | 0.92 | 0.92 | 0 | 0.19 | 239.69 | 0.86 | 0.44 |
| Hex | 10 | 11 | CF | 5C | 5C | 0 | 13 | F0 | 56 | 2C |
| Octal | 20 | 21 | 317 | 134 | 134 | 0 | 23 | 360 | 126 | 54 |
| Binary | 10000 | 10001 | 11001111 | 1011100 | 1011100 | 0 | 10011 | 11110000 | 1010110 | 101100 |
Color Harmonies of #1011CF
Complementary color
Monochromatic Colors of #1011CF
Black with #1011CF
Text Example
Text Example
White with #1011CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1011CF; }
p { color: rgb(16,17,207); }
H1.HeaderClassName
{
color: #1011CF;
}
.AnyTagClassName
{
color: #1011CF;
}
</style>
background-color css
<style>
a { background-color: #1011CF; }
a { background-color: rgb(16,17,207); }
div.DivClassName
{
background-color: #1011CF;
}
.BgClassName
{
background-color: #1011CF;
}
</style>
border-color css
<style>
span { border-color: #1011CF; }
span { border-color: rgb(16,17,207); }
td.TdClassName
{
border-color: #1011CF;
}
.TagClassName
{
border-color: #1011CF;
}
</style>