Shades of Medium Blue #1511C4
Tints of Medium Blue #1511C4
RGB
CMYK
RGB Variations
Color information
#1511C4 (or 0x1511C4) is known color: Medium Blue. HEX triplet: 15, 11 and C4. RGB value is (21,17,196). Sum of RGB (Red+Green+Blue) = 21+17+196=234 (30% of max value = 765). Red value is 21 (8.59% from 255 or 8.97% from 234); Green value is 17 (7.03% from 255 or 7.26% from 234); Blue value is 196 (76.95% from 255 or 83.76% from 234); Max value from RGB is 196 - color contains mainly: blue. Hex color #1511C4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1511C4 is #EAEE3B. Grayscale: #252525. Windows color (decimal): -15396412 or 12849429. OLE color: 12849429.
HSL color Cylindrical-coordinate representation of color #1511C4: hue angle of 241.34º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1511C4 is Cyan = 0.89, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 21 | 17 | 196 | - |
| CMYK | 0.89 | 0.91 | 0 | 0.23 |
| HSL | 241.34º | 0.84% | 0.42% | - |
| HSV(B) | 241.34º | 0.91% | 0.77% | - |
| XYZ | 10.47 | 4.55 | 52.55 | - |
| YUV | 38.6 | 216.83 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 17 | 196 | 0.89 | 0.91 | 0 | 0.23 | 241.34 | 0.84 | 0.42 |
| Hex | 15 | 11 | C4 | 59 | 5B | 0 | 17 | F1 | 54 | 2A |
| Octal | 25 | 21 | 304 | 131 | 133 | 0 | 27 | 361 | 124 | 52 |
| Binary | 10101 | 10001 | 11000100 | 1011001 | 1011011 | 0 | 10111 | 11110001 | 1010100 | 101010 |
Color Harmonies of #1511C4
Complementary color
Monochromatic Colors of #1511C4
Black with #1511C4
Text Example
Text Example
White with #1511C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1511C4; }
p { color: rgb(21,17,196); }
H1.HeaderClassName
{
color: #1511C4;
}
.AnyTagClassName
{
color: #1511C4;
}
</style>
background-color css
<style>
a { background-color: #1511C4; }
a { background-color: rgb(21,17,196); }
div.DivClassName
{
background-color: #1511C4;
}
.BgClassName
{
background-color: #1511C4;
}
</style>
border-color css
<style>
span { border-color: #1511C4; }
span { border-color: rgb(21,17,196); }
td.TdClassName
{
border-color: #1511C4;
}
.TagClassName
{
border-color: #1511C4;
}
</style>