Shades of Medium Blue #150BC1
Tints of Medium Blue #150BC1
RGB
CMYK
RGB Variations
Color information
#150BC1 (or 0x150BC1) is known color: Medium Blue. HEX triplet: 15, 0B and C1. RGB value is (21,11,193). Sum of RGB (Red+Green+Blue) = 21+11+193=225 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.33% from 225); Green value is 11 (4.69% from 255 or 4.89% from 225); Blue value is 193 (75.78% from 255 or 85.78% from 225); Max value from RGB is 193 - color contains mainly: blue. Hex color #150BC1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150BC1 is #EAF43E. Grayscale: #222222. Windows color (decimal): -15397951 or 12651285. OLE color: 12651285.
HSL color Cylindrical-coordinate representation of color #150BC1: hue angle of 243.3º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #150BC1 is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 21 | 11 | 193 | - |
| CMYK | 0.89 | 0.94 | 0 | 0.24 |
| HSL | 243.3º | 0.89% | 0.4% | - |
| HSV(B) | 243.3º | 0.94% | 0.76% | - |
| XYZ | 10.05 | 4.25 | 50.74 | - |
| YUV | 34.74 | 217.31 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 11 | 193 | 0.89 | 0.94 | 0 | 0.24 | 243.3 | 0.89 | 0.4 |
| Hex | 15 | B | C1 | 59 | 5E | 0 | 18 | F3 | 59 | 28 |
| Octal | 25 | 13 | 301 | 131 | 136 | 0 | 30 | 363 | 131 | 50 |
| Binary | 10101 | 1011 | 11000001 | 1011001 | 1011110 | 0 | 11000 | 11110011 | 1011001 | 101000 |
Color Harmonies of #150BC1
Complementary color
Monochromatic Colors of #150BC1
Black with #150BC1
Text Example
Text Example
White with #150BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150BC1; }
p { color: rgb(21,11,193); }
H1.HeaderClassName
{
color: #150BC1;
}
.AnyTagClassName
{
color: #150BC1;
}
</style>
background-color css
<style>
a { background-color: #150BC1; }
a { background-color: rgb(21,11,193); }
div.DivClassName
{
background-color: #150BC1;
}
.BgClassName
{
background-color: #150BC1;
}
</style>
border-color css
<style>
span { border-color: #150BC1; }
span { border-color: rgb(21,11,193); }
td.TdClassName
{
border-color: #150BC1;
}
.TagClassName
{
border-color: #150BC1;
}
</style>