Shades of Medium Blue #0110CD
Tints of Medium Blue #0110CD
RGB
CMYK
RGB Variations
Color information
#0110CD (or 0x0110CD) is known color: Medium Blue. HEX triplet: 01, 10 and CD. RGB value is (1,16,205). Sum of RGB (Red+Green+Blue) = 1+16+205=222 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 222); Green value is 16 (6.64% from 255 or 7.21% from 222); Blue value is 205 (80.47% from 255 or 92.34% from 222); Max value from RGB is 205 - color contains mainly: blue. Hex color #0110CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0110CD is #FEEF32. Grayscale: #202020. Windows color (decimal): -16707379 or 13438977. OLE color: 13438977.
HSL color Cylindrical-coordinate representation of color #0110CD: hue angle of 235.59º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0110CD is Cyan = 1.00, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 1 | 16 | 205 | - |
| CMYK | 1.00 | 0.92 | 0 | 0.20 |
| HSL | 235.59º | 0.99% | 0.4% | - |
| HSV(B) | 235.59º | 1% | 0.8% | - |
| XYZ | 11.22 | 4.78 | 58.09 | - |
| YUV | 33.06 | 225.03 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 16 | 205 | 1.00 | 0.92 | 0 | 0.20 | 235.59 | 0.99 | 0.4 |
| Hex | 1 | 10 | CD | 64 | 5C | 0 | 14 | EC | 63 | 28 |
| Octal | 1 | 20 | 315 | 144 | 134 | 0 | 24 | 354 | 143 | 50 |
| Binary | 1 | 10000 | 11001101 | 1100100 | 1011100 | 0 | 10100 | 11101100 | 1100011 | 101000 |
Color Harmonies of #0110CD
Complementary color
Monochromatic Colors of #0110CD
Black with #0110CD
Text Example
Text Example
White with #0110CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0110CD; }
p { color: rgb(1,16,205); }
H1.HeaderClassName
{
color: #0110CD;
}
.AnyTagClassName
{
color: #0110CD;
}
</style>
background-color css
<style>
a { background-color: #0110CD; }
a { background-color: rgb(1,16,205); }
div.DivClassName
{
background-color: #0110CD;
}
.BgClassName
{
background-color: #0110CD;
}
</style>
border-color css
<style>
span { border-color: #0110CD; }
span { border-color: rgb(1,16,205); }
td.TdClassName
{
border-color: #0110CD;
}
.TagClassName
{
border-color: #0110CD;
}
</style>