Shades of Medium Blue #150BBC
Tints of Medium Blue #150BBC
RGB
CMYK
RGB Variations
Color information
#150BBC (or 0x150BBC) is known color: Medium Blue. HEX triplet: 15, 0B and BC. RGB value is (21,11,188). Sum of RGB (Red+Green+Blue) = 21+11+188=220 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.55% from 220); Green value is 11 (4.69% from 255 or 5% from 220); Blue value is 188 (73.83% from 255 or 85.45% from 220); Max value from RGB is 188 - color contains mainly: blue. Hex color #150BBC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150BBC is #EAF443. Grayscale: #212121. Windows color (decimal): -15397956 or 12323605. OLE color: 12323605.
HSL color Cylindrical-coordinate representation of color #150BBC: hue angle of 243.39º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #150BBC is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 11 | 188 | - |
| CMYK | 0.89 | 0.94 | 0 | 0.26 |
| HSL | 243.39º | 0.89% | 0.39% | - |
| HSV(B) | 243.39º | 0.94% | 0.74% | - |
| XYZ | 9.51 | 4.03 | 47.85 | - |
| YUV | 34.17 | 214.81 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 11 | 188 | 0.89 | 0.94 | 0 | 0.26 | 243.39 | 0.89 | 0.39 |
| Hex | 15 | B | BC | 59 | 5E | 0 | 1A | F3 | 59 | 27 |
| Octal | 25 | 13 | 274 | 131 | 136 | 0 | 32 | 363 | 131 | 47 |
| Binary | 10101 | 1011 | 10111100 | 1011001 | 1011110 | 0 | 11010 | 11110011 | 1011001 | 100111 |
Color Harmonies of #150BBC
Complementary color
Monochromatic Colors of #150BBC
Black with #150BBC
Text Example
Text Example
White with #150BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150BBC; }
p { color: rgb(21,11,188); }
H1.HeaderClassName
{
color: #150BBC;
}
.AnyTagClassName
{
color: #150BBC;
}
</style>
background-color css
<style>
a { background-color: #150BBC; }
a { background-color: rgb(21,11,188); }
div.DivClassName
{
background-color: #150BBC;
}
.BgClassName
{
background-color: #150BBC;
}
</style>
border-color css
<style>
span { border-color: #150BBC; }
span { border-color: rgb(21,11,188); }
td.TdClassName
{
border-color: #150BBC;
}
.TagClassName
{
border-color: #150BBC;
}
</style>