Shades of Medium Blue #1112CE
Tints of Medium Blue #1112CE
RGB
CMYK
RGB Variations
Color information
#1112CE (or 0x1112CE) is known color: Medium Blue. HEX triplet: 11, 12 and CE. RGB value is (17,18,206). Sum of RGB (Red+Green+Blue) = 17+18+206=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 206 (80.86% from 255 or 85.48% from 241); Max value from RGB is 206 - color contains mainly: blue. Hex color #1112CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1112CE is #EEED31. Grayscale: #262626. Windows color (decimal): -15658290 or 13505041. OLE color: 13505041.
HSL color Cylindrical-coordinate representation of color #1112CE: hue angle of 239.68º degrees, saturation: 0.85, 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 #1112CE is Cyan = 0.92, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 18 | 206 | - |
| CMYK | 0.92 | 0.91 | 0 | 0.19 |
| HSL | 239.68º | 0.85% | 0.44% | - |
| HSV(B) | 239.68º | 0.92% | 0.81% | - |
| XYZ | 11.59 | 5.01 | 58.75 | - |
| YUV | 39.13 | 222.17 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 18 | 206 | 0.92 | 0.91 | 0 | 0.19 | 239.68 | 0.85 | 0.44 |
| Hex | 11 | 12 | CE | 5C | 5B | 0 | 13 | F0 | 55 | 2C |
| Octal | 21 | 22 | 316 | 134 | 133 | 0 | 23 | 360 | 125 | 54 |
| Binary | 10001 | 10010 | 11001110 | 1011100 | 1011011 | 0 | 10011 | 11110000 | 1010101 | 101100 |
Color Harmonies of #1112CE
Complementary color
Monochromatic Colors of #1112CE
Black with #1112CE
Text Example
Text Example
White with #1112CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1112CE; }
p { color: rgb(17,18,206); }
H1.HeaderClassName
{
color: #1112CE;
}
.AnyTagClassName
{
color: #1112CE;
}
</style>
background-color css
<style>
a { background-color: #1112CE; }
a { background-color: rgb(17,18,206); }
div.DivClassName
{
background-color: #1112CE;
}
.BgClassName
{
background-color: #1112CE;
}
</style>
border-color css
<style>
span { border-color: #1112CE; }
span { border-color: rgb(17,18,206); }
td.TdClassName
{
border-color: #1112CE;
}
.TagClassName
{
border-color: #1112CE;
}
</style>