Shades of Medium Blue #1511BF
Tints of Medium Blue #1511BF
RGB
CMYK
RGB Variations
Color information
#1511BF (or 0x1511BF) is known color: Medium Blue. HEX triplet: 15, 11 and BF. RGB value is (21,17,191). Sum of RGB (Red+Green+Blue) = 21+17+191=229 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.17% from 229); Green value is 17 (7.03% from 255 or 7.42% from 229); Blue value is 191 (75% from 255 or 83.41% from 229); Max value from RGB is 191 - color contains mainly: blue. Hex color #1511BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1511BF is #EAEE40. Grayscale: #252525. Windows color (decimal): -15396417 or 12521749. OLE color: 12521749.
HSL color Cylindrical-coordinate representation of color #1511BF: hue angle of 241.38º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1511BF is Cyan = 0.89, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 17 | 191 | - |
| CMYK | 0.89 | 0.91 | 0 | 0.25 |
| HSL | 241.38º | 0.84% | 0.41% | - |
| HSV(B) | 241.38º | 0.91% | 0.75% | - |
| XYZ | 9.91 | 4.32 | 49.6 | - |
| YUV | 38.03 | 214.33 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 17 | 191 | 0.89 | 0.91 | 0 | 0.25 | 241.38 | 0.84 | 0.41 |
| Hex | 15 | 11 | BF | 59 | 5B | 0 | 19 | F1 | 54 | 29 |
| Octal | 25 | 21 | 277 | 131 | 133 | 0 | 31 | 361 | 124 | 51 |
| Binary | 10101 | 10001 | 10111111 | 1011001 | 1011011 | 0 | 11001 | 11110001 | 1010100 | 101001 |
Color Harmonies of #1511BF
Complementary color
Monochromatic Colors of #1511BF
Black with #1511BF
Text Example
Text Example
White with #1511BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1511BF; }
p { color: rgb(21,17,191); }
H1.HeaderClassName
{
color: #1511BF;
}
.AnyTagClassName
{
color: #1511BF;
}
</style>
background-color css
<style>
a { background-color: #1511BF; }
a { background-color: rgb(21,17,191); }
div.DivClassName
{
background-color: #1511BF;
}
.BgClassName
{
background-color: #1511BF;
}
</style>
border-color css
<style>
span { border-color: #1511BF; }
span { border-color: rgb(21,17,191); }
td.TdClassName
{
border-color: #1511BF;
}
.TagClassName
{
border-color: #1511BF;
}
</style>