Shades of Medium Blue #150CBC
Tints of Medium Blue #150CBC
RGB
CMYK
RGB Variations
Color information
#150CBC (or 0x150CBC) is known color: Medium Blue. HEX triplet: 15, 0C and BC. RGB value is (21,12,188). Sum of RGB (Red+Green+Blue) = 21+12+188=221 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.50% from 221); Green value is 12 (5.08% from 255 or 5.43% from 221); Blue value is 188 (73.83% from 255 or 85.07% from 221); Max value from RGB is 188 - color contains mainly: blue. Hex color #150CBC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150CBC is #EAF343. Grayscale: #222222. Windows color (decimal): -15397700 or 12323861. OLE color: 12323861.
HSL color Cylindrical-coordinate representation of color #150CBC: hue angle of 243.07º degrees, saturation: 0.88, 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 #150CBC is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 12 | 188 | - |
| CMYK | 0.89 | 0.94 | 0 | 0.26 |
| HSL | 243.07º | 0.88% | 0.39% | - |
| HSV(B) | 243.07º | 0.94% | 0.74% | - |
| XYZ | 9.52 | 4.05 | 47.86 | - |
| YUV | 34.76 | 214.48 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 12 | 188 | 0.89 | 0.94 | 0 | 0.26 | 243.07 | 0.88 | 0.39 |
| Hex | 15 | C | BC | 59 | 5E | 0 | 1A | F3 | 58 | 27 |
| Octal | 25 | 14 | 274 | 131 | 136 | 0 | 32 | 363 | 130 | 47 |
| Binary | 10101 | 1100 | 10111100 | 1011001 | 1011110 | 0 | 11010 | 11110011 | 1011000 | 100111 |
Color Harmonies of #150CBC
Complementary color
Monochromatic Colors of #150CBC
Black with #150CBC
Text Example
Text Example
White with #150CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150CBC; }
p { color: rgb(21,12,188); }
H1.HeaderClassName
{
color: #150CBC;
}
.AnyTagClassName
{
color: #150CBC;
}
</style>
background-color css
<style>
a { background-color: #150CBC; }
a { background-color: rgb(21,12,188); }
div.DivClassName
{
background-color: #150CBC;
}
.BgClassName
{
background-color: #150CBC;
}
</style>
border-color css
<style>
span { border-color: #150CBC; }
span { border-color: rgb(21,12,188); }
td.TdClassName
{
border-color: #150CBC;
}
.TagClassName
{
border-color: #150CBC;
}
</style>