Shades of Medium Blue #150BCB
Tints of Medium Blue #150BCB
RGB
CMYK
RGB Variations
Color information
#150BCB (or 0x150BCB) is known color: Medium Blue. HEX triplet: 15, 0B and CB. RGB value is (21,11,203). Sum of RGB (Red+Green+Blue) = 21+11+203=235 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.94% from 235); Green value is 11 (4.69% from 255 or 4.68% from 235); Blue value is 203 (79.69% from 255 or 86.38% from 235); Max value from RGB is 203 - color contains mainly: blue. Hex color #150BCB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150BCB is #EAF434. Grayscale: #232323. Windows color (decimal): -15397941 or 13306645. OLE color: 13306645.
HSL color Cylindrical-coordinate representation of color #150BCB: hue angle of 243.13º degrees, saturation: 0.9, 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 #150BCB is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 11 | 203 | - |
| CMYK | 0.90 | 0.95 | 0 | 0.20 |
| HSL | 243.13º | 0.9% | 0.42% | - |
| HSV(B) | 243.13º | 0.95% | 0.8% | - |
| XYZ | 11.21 | 4.71 | 56.82 | - |
| YUV | 35.88 | 222.31 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 11 | 203 | 0.90 | 0.95 | 0 | 0.20 | 243.13 | 0.9 | 0.42 |
| Hex | 15 | B | CB | 5A | 5F | 0 | 14 | F3 | 5A | 2A |
| Octal | 25 | 13 | 313 | 132 | 137 | 0 | 24 | 363 | 132 | 52 |
| Binary | 10101 | 1011 | 11001011 | 1011010 | 1011111 | 0 | 10100 | 11110011 | 1011010 | 101010 |
Color Harmonies of #150BCB
Complementary color
Monochromatic Colors of #150BCB
Black with #150BCB
Text Example
Text Example
White with #150BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150BCB; }
p { color: rgb(21,11,203); }
H1.HeaderClassName
{
color: #150BCB;
}
.AnyTagClassName
{
color: #150BCB;
}
</style>
background-color css
<style>
a { background-color: #150BCB; }
a { background-color: rgb(21,11,203); }
div.DivClassName
{
background-color: #150BCB;
}
.BgClassName
{
background-color: #150BCB;
}
</style>
border-color css
<style>
span { border-color: #150BCB; }
span { border-color: rgb(21,11,203); }
td.TdClassName
{
border-color: #150BCB;
}
.TagClassName
{
border-color: #150BCB;
}
</style>