Shades of Medium Blue #1C15BA
Tints of Medium Blue #1C15BA
RGB
CMYK
RGB Variations
Color information
#1C15BA (or 0x1C15BA) is known color: Medium Blue. HEX triplet: 1C, 15 and BA. RGB value is (28,21,186). Sum of RGB (Red+Green+Blue) = 28+21+186=235 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.91% from 235); Green value is 21 (8.59% from 255 or 8.94% from 235); Blue value is 186 (73.05% from 255 or 79.15% from 235); Max value from RGB is 186 - color contains mainly: blue. Hex color #1C15BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C15BA is #E3EA45. Grayscale: #292929. Windows color (decimal): -14936646 or 12195100. OLE color: 12195100.
HSL color Cylindrical-coordinate representation of color #1C15BA: hue angle of 242.55º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C15BA is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 28 | 21 | 186 | - |
| CMYK | 0.85 | 0.89 | 0 | 0.27 |
| HSL | 242.55º | 0.8% | 0.41% | - |
| HSV(B) | 242.55º | 0.89% | 0.73% | - |
| XYZ | 9.61 | 4.33 | 46.78 | - |
| YUV | 41.9 | 209.32 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 21 | 186 | 0.85 | 0.89 | 0 | 0.27 | 242.55 | 0.8 | 0.41 |
| Hex | 1C | 15 | BA | 55 | 59 | 0 | 1B | F3 | 50 | 29 |
| Octal | 34 | 25 | 272 | 125 | 131 | 0 | 33 | 363 | 120 | 51 |
| Binary | 11100 | 10101 | 10111010 | 1010101 | 1011001 | 0 | 11011 | 11110011 | 1010000 | 101001 |
Color Harmonies of #1C15BA
Complementary color
Monochromatic Colors of #1C15BA
Black with #1C15BA
Text Example
Text Example
White with #1C15BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C15BA; }
p { color: rgb(28,21,186); }
H1.HeaderClassName
{
color: #1C15BA;
}
.AnyTagClassName
{
color: #1C15BA;
}
</style>
background-color css
<style>
a { background-color: #1C15BA; }
a { background-color: rgb(28,21,186); }
div.DivClassName
{
background-color: #1C15BA;
}
.BgClassName
{
background-color: #1C15BA;
}
</style>
border-color css
<style>
span { border-color: #1C15BA; }
span { border-color: rgb(28,21,186); }
td.TdClassName
{
border-color: #1C15BA;
}
.TagClassName
{
border-color: #1C15BA;
}
</style>