Shades of Medium Blue #150ABA
Tints of Medium Blue #150ABA
RGB
CMYK
RGB Variations
Color information
#150ABA (or 0x150ABA) is known color: Medium Blue. HEX triplet: 15, 0A and BA. RGB value is (21,10,186). Sum of RGB (Red+Green+Blue) = 21+10+186=217 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.68% from 217); Green value is 10 (4.30% from 255 or 4.61% from 217); Blue value is 186 (73.05% from 255 or 85.71% from 217); Max value from RGB is 186 - color contains mainly: blue. Hex color #150ABA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150ABA is #EAF545. Grayscale: #202020. Windows color (decimal): -15398214 or 12192277. OLE color: 12192277.
HSL color Cylindrical-coordinate representation of color #150ABA: hue angle of 243.75º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150ABA is Cyan = 0.89, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 10 | 186 | - |
| CMYK | 0.89 | 0.95 | 0 | 0.27 |
| HSL | 243.75º | 0.9% | 0.38% | - |
| HSV(B) | 243.75º | 0.95% | 0.73% | - |
| XYZ | 9.28 | 3.92 | 46.72 | - |
| YUV | 33.35 | 214.14 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 10 | 186 | 0.89 | 0.95 | 0 | 0.27 | 243.75 | 0.9 | 0.38 |
| Hex | 15 | A | BA | 59 | 5F | 0 | 1B | F4 | 5A | 26 |
| Octal | 25 | 12 | 272 | 131 | 137 | 0 | 33 | 364 | 132 | 46 |
| Binary | 10101 | 1010 | 10111010 | 1011001 | 1011111 | 0 | 11011 | 11110100 | 1011010 | 100110 |
Color Harmonies of #150ABA
Complementary color
Monochromatic Colors of #150ABA
Black with #150ABA
Text Example
Text Example
White with #150ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150ABA; }
p { color: rgb(21,10,186); }
H1.HeaderClassName
{
color: #150ABA;
}
.AnyTagClassName
{
color: #150ABA;
}
</style>
background-color css
<style>
a { background-color: #150ABA; }
a { background-color: rgb(21,10,186); }
div.DivClassName
{
background-color: #150ABA;
}
.BgClassName
{
background-color: #150ABA;
}
</style>
border-color css
<style>
span { border-color: #150ABA; }
span { border-color: rgb(21,10,186); }
td.TdClassName
{
border-color: #150ABA;
}
.TagClassName
{
border-color: #150ABA;
}
</style>