Shades of Medium Blue #1C15BC
Tints of Medium Blue #1C15BC
RGB
CMYK
RGB Variations
Color information
#1C15BC (or 0x1C15BC) is known color: Medium Blue. HEX triplet: 1C, 15 and BC. RGB value is (28,21,188). Sum of RGB (Red+Green+Blue) = 28+21+188=237 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.81% from 237); Green value is 21 (8.59% from 255 or 8.86% from 237); Blue value is 188 (73.83% from 255 or 79.32% from 237); Max value from RGB is 188 - color contains mainly: blue. Hex color #1C15BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C15BC is #E3EA43. Grayscale: #292929. Windows color (decimal): -14936644 or 12326172. OLE color: 12326172.
HSL color Cylindrical-coordinate representation of color #1C15BC: hue angle of 242.51º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C15BC is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 21 | 188 | - |
| CMYK | 0.85 | 0.89 | 0 | 0.26 |
| HSL | 242.52º | 0.8% | 0.41% | - |
| HSV(B) | 242.52º | 0.89% | 0.74% | - |
| XYZ | 9.82 | 4.41 | 47.91 | - |
| YUV | 42.13 | 210.32 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 21 | 188 | 0.85 | 0.89 | 0 | 0.26 | 242.52 | 0.8 | 0.41 |
| Hex | 1C | 15 | BC | 55 | 59 | 0 | 1A | F3 | 50 | 29 |
| Octal | 34 | 25 | 274 | 125 | 131 | 0 | 32 | 363 | 120 | 51 |
| Binary | 11100 | 10101 | 10111100 | 1010101 | 1011001 | 0 | 11010 | 11110011 | 1010000 | 101001 |
Color Harmonies of #1C15BC
Complementary color
Monochromatic Colors of #1C15BC
Black with #1C15BC
Text Example
Text Example
White with #1C15BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C15BC; }
p { color: rgb(28,21,188); }
H1.HeaderClassName
{
color: #1C15BC;
}
.AnyTagClassName
{
color: #1C15BC;
}
</style>
background-color css
<style>
a { background-color: #1C15BC; }
a { background-color: rgb(28,21,188); }
div.DivClassName
{
background-color: #1C15BC;
}
.BgClassName
{
background-color: #1C15BC;
}
</style>
border-color css
<style>
span { border-color: #1C15BC; }
span { border-color: rgb(28,21,188); }
td.TdClassName
{
border-color: #1C15BC;
}
.TagClassName
{
border-color: #1C15BC;
}
</style>