Shades of Medium Blue #1815C0
Tints of Medium Blue #1815C0
RGB
CMYK
RGB Variations
Color information
#1815C0 (or 0x1815C0) is known color: Medium Blue. HEX triplet: 18, 15 and C0. RGB value is (24,21,192). Sum of RGB (Red+Green+Blue) = 24+21+192=237 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.13% from 237); Green value is 21 (8.59% from 255 or 8.86% from 237); Blue value is 192 (75.39% from 255 or 81.01% from 237); Max value from RGB is 192 - color contains mainly: blue. Hex color #1815C0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1815C0 is #E7EA3F. Grayscale: #282828. Windows color (decimal): -15198784 or 12588312. OLE color: 12588312.
HSL color Cylindrical-coordinate representation of color #1815C0: hue angle of 241.05º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1815C0 is Cyan = 0.88, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 21 | 192 | - |
| CMYK | 0.88 | 0.89 | 0 | 0.25 |
| HSL | 241.05º | 0.8% | 0.42% | - |
| HSV(B) | 241.05º | 0.89% | 0.75% | - |
| XYZ | 10.16 | 4.54 | 50.21 | - |
| YUV | 41.39 | 212.99 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 21 | 192 | 0.88 | 0.89 | 0 | 0.25 | 241.05 | 0.8 | 0.42 |
| Hex | 18 | 15 | C0 | 58 | 59 | 0 | 19 | F1 | 50 | 2A |
| Octal | 30 | 25 | 300 | 130 | 131 | 0 | 31 | 361 | 120 | 52 |
| Binary | 11000 | 10101 | 11000000 | 1011000 | 1011001 | 0 | 11001 | 11110001 | 1010000 | 101010 |
Color Harmonies of #1815C0
Complementary color
Monochromatic Colors of #1815C0
Black with #1815C0
Text Example
Text Example
White with #1815C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1815C0; }
p { color: rgb(24,21,192); }
H1.HeaderClassName
{
color: #1815C0;
}
.AnyTagClassName
{
color: #1815C0;
}
</style>
background-color css
<style>
a { background-color: #1815C0; }
a { background-color: rgb(24,21,192); }
div.DivClassName
{
background-color: #1815C0;
}
.BgClassName
{
background-color: #1815C0;
}
</style>
border-color css
<style>
span { border-color: #1815C0; }
span { border-color: rgb(24,21,192); }
td.TdClassName
{
border-color: #1815C0;
}
.TagClassName
{
border-color: #1815C0;
}
</style>