Shades of Medium Blue #1112CD
Tints of Medium Blue #1112CD
RGB
CMYK
RGB Variations
Color information
#1112CD (or 0x1112CD) is known color: Medium Blue. HEX triplet: 11, 12 and CD. RGB value is (17,18,205). Sum of RGB (Red+Green+Blue) = 17+18+205=240 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.08% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 205 (80.47% from 255 or 85.42% from 240); Max value from RGB is 205 - color contains mainly: blue. Hex color #1112CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1112CD is #EEED32. Grayscale: #262626. Windows color (decimal): -15658291 or 13439505. OLE color: 13439505.
HSL color Cylindrical-coordinate representation of color #1112CD: hue angle of 239.68º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1112CD is Cyan = 0.92, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 18 | 205 | - |
| CMYK | 0.92 | 0.91 | 0 | 0.20 |
| HSL | 239.68º | 0.85% | 0.44% | - |
| HSV(B) | 239.68º | 0.92% | 0.8% | - |
| XYZ | 11.47 | 4.96 | 58.11 | - |
| YUV | 39.02 | 221.67 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 18 | 205 | 0.92 | 0.91 | 0 | 0.20 | 239.68 | 0.85 | 0.44 |
| Hex | 11 | 12 | CD | 5C | 5B | 0 | 14 | F0 | 55 | 2C |
| Octal | 21 | 22 | 315 | 134 | 133 | 0 | 24 | 360 | 125 | 54 |
| Binary | 10001 | 10010 | 11001101 | 1011100 | 1011011 | 0 | 10100 | 11110000 | 1010101 | 101100 |
Color Harmonies of #1112CD
Complementary color
Monochromatic Colors of #1112CD
Black with #1112CD
Text Example
Text Example
White with #1112CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1112CD; }
p { color: rgb(17,18,205); }
H1.HeaderClassName
{
color: #1112CD;
}
.AnyTagClassName
{
color: #1112CD;
}
</style>
background-color css
<style>
a { background-color: #1112CD; }
a { background-color: rgb(17,18,205); }
div.DivClassName
{
background-color: #1112CD;
}
.BgClassName
{
background-color: #1112CD;
}
</style>
border-color css
<style>
span { border-color: #1112CD; }
span { border-color: rgb(17,18,205); }
td.TdClassName
{
border-color: #1112CD;
}
.TagClassName
{
border-color: #1112CD;
}
</style>