Shades of Medium Blue #1515C9
Tints of Medium Blue #1515C9
RGB
CMYK
RGB Variations
Color information
#1515C9 (or 0x1515C9) is known color: Medium Blue. HEX triplet: 15, 15 and C9. RGB value is (21,21,201). Sum of RGB (Red+Green+Blue) = 21+21+201=243 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.64% from 243); Green value is 21 (8.59% from 255 or 8.64% from 243); Blue value is 201 (78.91% from 255 or 82.72% from 243); Max value from RGB is 201 - color contains mainly: blue. Hex color #1515C9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1515C9 is #EAEA36. Grayscale: #282828. Windows color (decimal): -15395383 or 13178133. OLE color: 13178133.
HSL color Cylindrical-coordinate representation of color #1515C9: hue angle of 240º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1515C9 is Cyan = 0.90, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 21 | 21 | 201 | - |
| CMYK | 0.90 | 0.90 | 0 | 0.21 |
| HSL | 240º | 0.81% | 0.44% | - |
| HSV(B) | 240º | 0.9% | 0.79% | - |
| XYZ | 11.12 | 4.91 | 55.62 | - |
| YUV | 41.52 | 218 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 21 | 201 | 0.90 | 0.90 | 0 | 0.21 | 240 | 0.81 | 0.44 |
| Hex | 15 | 15 | C9 | 5A | 5A | 0 | 15 | F0 | 51 | 2C |
| Octal | 25 | 25 | 311 | 132 | 132 | 0 | 25 | 360 | 121 | 54 |
| Binary | 10101 | 10101 | 11001001 | 1011010 | 1011010 | 0 | 10101 | 11110000 | 1010001 | 101100 |
Color Harmonies of #1515C9
Complementary color
Monochromatic Colors of #1515C9
Black with #1515C9
Text Example
Text Example
White with #1515C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1515C9; }
p { color: rgb(21,21,201); }
H1.HeaderClassName
{
color: #1515C9;
}
.AnyTagClassName
{
color: #1515C9;
}
</style>
background-color css
<style>
a { background-color: #1515C9; }
a { background-color: rgb(21,21,201); }
div.DivClassName
{
background-color: #1515C9;
}
.BgClassName
{
background-color: #1515C9;
}
</style>
border-color css
<style>
span { border-color: #1515C9; }
span { border-color: rgb(21,21,201); }
td.TdClassName
{
border-color: #1515C9;
}
.TagClassName
{
border-color: #1515C9;
}
</style>