Shades of Medium Blue #150ACB
Tints of Medium Blue #150ACB
RGB
CMYK
RGB Variations
Color information
#150ACB (or 0x150ACB) is known color: Medium Blue. HEX triplet: 15, 0A and CB. RGB value is (21,10,203). Sum of RGB (Red+Green+Blue) = 21+10+203=234 (30% of max value = 765). Red value is 21 (8.59% from 255 or 8.97% from 234); Green value is 10 (4.30% from 255 or 4.27% from 234); Blue value is 203 (79.69% from 255 or 86.75% from 234); Max value from RGB is 203 - color contains mainly: blue. Hex color #150ACB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150ACB is #EAF534. Grayscale: #222222. Windows color (decimal): -15398197 or 13306389. OLE color: 13306389.
HSL color Cylindrical-coordinate representation of color #150ACB: hue angle of 243.42º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150ACB is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 10 | 203 | - |
| CMYK | 0.90 | 0.95 | 0 | 0.20 |
| HSL | 243.42º | 0.91% | 0.42% | - |
| HSV(B) | 243.42º | 0.95% | 0.8% | - |
| XYZ | 11.2 | 4.69 | 56.81 | - |
| YUV | 35.29 | 222.64 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 10 | 203 | 0.90 | 0.95 | 0 | 0.20 | 243.42 | 0.91 | 0.42 |
| Hex | 15 | A | CB | 5A | 5F | 0 | 14 | F3 | 5B | 2A |
| Octal | 25 | 12 | 313 | 132 | 137 | 0 | 24 | 363 | 133 | 52 |
| Binary | 10101 | 1010 | 11001011 | 1011010 | 1011111 | 0 | 10100 | 11110011 | 1011011 | 101010 |
Color Harmonies of #150ACB
Complementary color
Monochromatic Colors of #150ACB
Black with #150ACB
Text Example
Text Example
White with #150ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150ACB; }
p { color: rgb(21,10,203); }
H1.HeaderClassName
{
color: #150ACB;
}
.AnyTagClassName
{
color: #150ACB;
}
</style>
background-color css
<style>
a { background-color: #150ACB; }
a { background-color: rgb(21,10,203); }
div.DivClassName
{
background-color: #150ACB;
}
.BgClassName
{
background-color: #150ACB;
}
</style>
border-color css
<style>
span { border-color: #150ACB; }
span { border-color: rgb(21,10,203); }
td.TdClassName
{
border-color: #150ACB;
}
.TagClassName
{
border-color: #150ACB;
}
</style>