Shades of Medium Blue #1515CB
Tints of Medium Blue #1515CB
RGB
CMYK
RGB Variations
Color information
#1515CB (or 0x1515CB) is known color: Medium Blue. HEX triplet: 15, 15 and CB. RGB value is (21,21,203). Sum of RGB (Red+Green+Blue) = 21+21+203=245 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.57% from 245); Green value is 21 (8.59% from 255 or 8.57% from 245); Blue value is 203 (79.69% from 255 or 82.86% from 245); Max value from RGB is 203 - color contains mainly: blue. Hex color #1515CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1515CB is #EAEA34. Grayscale: #292929. Windows color (decimal): -15395381 or 13309205. OLE color: 13309205.
HSL color Cylindrical-coordinate representation of color #1515CB: hue angle of 240º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1515CB is Cyan = 0.90, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 21 | 203 | - |
| CMYK | 0.90 | 0.90 | 0 | 0.20 |
| HSL | 240º | 0.81% | 0.44% | - |
| HSV(B) | 240º | 0.9% | 0.8% | - |
| XYZ | 11.36 | 5.01 | 56.87 | - |
| YUV | 41.75 | 219 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 21 | 203 | 0.90 | 0.90 | 0 | 0.20 | 240 | 0.81 | 0.44 |
| Hex | 15 | 15 | CB | 5A | 5A | 0 | 14 | F0 | 51 | 2C |
| Octal | 25 | 25 | 313 | 132 | 132 | 0 | 24 | 360 | 121 | 54 |
| Binary | 10101 | 10101 | 11001011 | 1011010 | 1011010 | 0 | 10100 | 11110000 | 1010001 | 101100 |
Color Harmonies of #1515CB
Complementary color
Monochromatic Colors of #1515CB
Black with #1515CB
Text Example
Text Example
White with #1515CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1515CB; }
p { color: rgb(21,21,203); }
H1.HeaderClassName
{
color: #1515CB;
}
.AnyTagClassName
{
color: #1515CB;
}
</style>
background-color css
<style>
a { background-color: #1515CB; }
a { background-color: rgb(21,21,203); }
div.DivClassName
{
background-color: #1515CB;
}
.BgClassName
{
background-color: #1515CB;
}
</style>
border-color css
<style>
span { border-color: #1515CB; }
span { border-color: rgb(21,21,203); }
td.TdClassName
{
border-color: #1515CB;
}
.TagClassName
{
border-color: #1515CB;
}
</style>