Shades of Medium Blue #1515BB
Tints of Medium Blue #1515BB
RGB
CMYK
RGB Variations
Color information
#1515BB (or 0x1515BB) is known color: Medium Blue. HEX triplet: 15, 15 and BB. RGB value is (21,21,187). Sum of RGB (Red+Green+Blue) = 21+21+187=229 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.17% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 187 (73.44% from 255 or 81.66% from 229); Max value from RGB is 187 - color contains mainly: blue. Hex color #1515BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1515BB is #EAEA44. Grayscale: #272727. Windows color (decimal): -15395397 or 12260629. OLE color: 12260629.
HSL color Cylindrical-coordinate representation of color #1515BB: hue angle of 240º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1515BB is Cyan = 0.89, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 21 | 187 | - |
| CMYK | 0.89 | 0.89 | 0 | 0.27 |
| HSL | 240º | 0.8% | 0.41% | - |
| HSV(B) | 240º | 0.89% | 0.73% | - |
| XYZ | 9.55 | 4.28 | 47.34 | - |
| YUV | 39.92 | 211 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 21 | 187 | 0.89 | 0.89 | 0 | 0.27 | 240 | 0.8 | 0.41 |
| Hex | 15 | 15 | BB | 59 | 59 | 0 | 1B | F0 | 50 | 29 |
| Octal | 25 | 25 | 273 | 131 | 131 | 0 | 33 | 360 | 120 | 51 |
| Binary | 10101 | 10101 | 10111011 | 1011001 | 1011001 | 0 | 11011 | 11110000 | 1010000 | 101001 |
Color Harmonies of #1515BB
Complementary color
Monochromatic Colors of #1515BB
Black with #1515BB
Text Example
Text Example
White with #1515BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1515BB; }
p { color: rgb(21,21,187); }
H1.HeaderClassName
{
color: #1515BB;
}
.AnyTagClassName
{
color: #1515BB;
}
</style>
background-color css
<style>
a { background-color: #1515BB; }
a { background-color: rgb(21,21,187); }
div.DivClassName
{
background-color: #1515BB;
}
.BgClassName
{
background-color: #1515BB;
}
</style>
border-color css
<style>
span { border-color: #1515BB; }
span { border-color: rgb(21,21,187); }
td.TdClassName
{
border-color: #1515BB;
}
.TagClassName
{
border-color: #1515BB;
}
</style>