Shades of Medium Blue #1510C8
Tints of Medium Blue #1510C8
RGB
CMYK
RGB Variations
Color information
#1510C8 (or 0x1510C8) is known color: Medium Blue. HEX triplet: 15, 10 and C8. RGB value is (21,16,200). Sum of RGB (Red+Green+Blue) = 21+16+200=237 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.86% from 237); Green value is 16 (6.64% from 255 or 6.75% from 237); Blue value is 200 (78.52% from 255 or 84.39% from 237); Max value from RGB is 200 - color contains mainly: blue. Hex color #1510C8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1510C8 is #EAEF37. Grayscale: #252525. Windows color (decimal): -15396664 or 13111317. OLE color: 13111317.
HSL color Cylindrical-coordinate representation of color #1510C8: hue angle of 241.63º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1510C8 is Cyan = 0.90, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 21 | 16 | 200 | - |
| CMYK | 0.90 | 0.92 | 0 | 0.22 |
| HSL | 241.63º | 0.85% | 0.42% | - |
| HSV(B) | 241.63º | 0.92% | 0.78% | - |
| XYZ | 10.92 | 4.7 | 54.98 | - |
| YUV | 38.47 | 219.16 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 16 | 200 | 0.90 | 0.92 | 0 | 0.22 | 241.63 | 0.85 | 0.42 |
| Hex | 15 | 10 | C8 | 5A | 5C | 0 | 16 | F2 | 55 | 2A |
| Octal | 25 | 20 | 310 | 132 | 134 | 0 | 26 | 362 | 125 | 52 |
| Binary | 10101 | 10000 | 11001000 | 1011010 | 1011100 | 0 | 10110 | 11110010 | 1010101 | 101010 |
Color Harmonies of #1510C8
Complementary color
Monochromatic Colors of #1510C8
Black with #1510C8
Text Example
Text Example
White with #1510C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1510C8; }
p { color: rgb(21,16,200); }
H1.HeaderClassName
{
color: #1510C8;
}
.AnyTagClassName
{
color: #1510C8;
}
</style>
background-color css
<style>
a { background-color: #1510C8; }
a { background-color: rgb(21,16,200); }
div.DivClassName
{
background-color: #1510C8;
}
.BgClassName
{
background-color: #1510C8;
}
</style>
border-color css
<style>
span { border-color: #1510C8; }
span { border-color: rgb(21,16,200); }
td.TdClassName
{
border-color: #1510C8;
}
.TagClassName
{
border-color: #1510C8;
}
</style>