Shades of Medium Blue #1C11BD
Tints of Medium Blue #1C11BD
RGB
CMYK
RGB Variations
Color information
#1C11BD (or 0x1C11BD) is known color: Medium Blue. HEX triplet: 1C, 11 and BD. RGB value is (28,17,189). Sum of RGB (Red+Green+Blue) = 28+17+189=234 (30% of max value = 765). Red value is 28 (11.33% from 255 or 11.97% from 234); Green value is 17 (7.03% from 255 or 7.26% from 234); Blue value is 189 (74.22% from 255 or 80.77% from 234); Max value from RGB is 189 - color contains mainly: blue. Hex color #1C11BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C11BD is #E3EE42. Grayscale: #272727. Windows color (decimal): -14937667 or 12390684. OLE color: 12390684.
HSL color Cylindrical-coordinate representation of color #1C11BD: hue angle of 243.84º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1C11BD is Cyan = 0.85, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 17 | 189 | - |
| CMYK | 0.85 | 0.91 | 0 | 0.26 |
| HSL | 243.84º | 0.83% | 0.4% | - |
| HSV(B) | 243.84º | 0.91% | 0.74% | - |
| XYZ | 9.86 | 4.32 | 48.46 | - |
| YUV | 39.9 | 212.14 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 17 | 189 | 0.85 | 0.91 | 0 | 0.26 | 243.84 | 0.83 | 0.4 |
| Hex | 1C | 11 | BD | 55 | 5B | 0 | 1A | F4 | 53 | 28 |
| Octal | 34 | 21 | 275 | 125 | 133 | 0 | 32 | 364 | 123 | 50 |
| Binary | 11100 | 10001 | 10111101 | 1010101 | 1011011 | 0 | 11010 | 11110100 | 1010011 | 101000 |
Color Harmonies of #1C11BD
Complementary color
Monochromatic Colors of #1C11BD
Black with #1C11BD
Text Example
Text Example
White with #1C11BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C11BD; }
p { color: rgb(28,17,189); }
H1.HeaderClassName
{
color: #1C11BD;
}
.AnyTagClassName
{
color: #1C11BD;
}
</style>
background-color css
<style>
a { background-color: #1C11BD; }
a { background-color: rgb(28,17,189); }
div.DivClassName
{
background-color: #1C11BD;
}
.BgClassName
{
background-color: #1C11BD;
}
</style>
border-color css
<style>
span { border-color: #1C11BD; }
span { border-color: rgb(28,17,189); }
td.TdClassName
{
border-color: #1C11BD;
}
.TagClassName
{
border-color: #1C11BD;
}
</style>