Shades of Medium Blue #150CC9
Tints of Medium Blue #150CC9
RGB
CMYK
RGB Variations
Color information
#150CC9 (or 0x150CC9) is known color: Medium Blue. HEX triplet: 15, 0C and C9. RGB value is (21,12,201). Sum of RGB (Red+Green+Blue) = 21+12+201=234 (30% of max value = 765). Red value is 21 (8.59% from 255 or 8.97% from 234); Green value is 12 (5.08% from 255 or 5.13% from 234); Blue value is 201 (78.91% from 255 or 85.90% from 234); Max value from RGB is 201 - color contains mainly: blue. Hex color #150CC9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150CC9 is #EAF336. Grayscale: #232323. Windows color (decimal): -15397687 or 13175829. OLE color: 13175829.
HSL color Cylindrical-coordinate representation of color #150CC9: hue angle of 242.86º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #150CC9 is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 21 | 12 | 201 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.21 |
| HSL | 242.86º | 0.89% | 0.42% | - |
| HSV(B) | 242.86º | 0.94% | 0.79% | - |
| XYZ | 10.98 | 4.64 | 55.57 | - |
| YUV | 36.24 | 220.98 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 12 | 201 | 0.90 | 0.94 | 0 | 0.21 | 242.86 | 0.89 | 0.42 |
| Hex | 15 | C | C9 | 5A | 5E | 0 | 15 | F3 | 59 | 2A |
| Octal | 25 | 14 | 311 | 132 | 136 | 0 | 25 | 363 | 131 | 52 |
| Binary | 10101 | 1100 | 11001001 | 1011010 | 1011110 | 0 | 10101 | 11110011 | 1011001 | 101010 |
Color Harmonies of #150CC9
Complementary color
Monochromatic Colors of #150CC9
Black with #150CC9
Text Example
Text Example
White with #150CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150CC9; }
p { color: rgb(21,12,201); }
H1.HeaderClassName
{
color: #150CC9;
}
.AnyTagClassName
{
color: #150CC9;
}
</style>
background-color css
<style>
a { background-color: #150CC9; }
a { background-color: rgb(21,12,201); }
div.DivClassName
{
background-color: #150CC9;
}
.BgClassName
{
background-color: #150CC9;
}
</style>
border-color css
<style>
span { border-color: #150CC9; }
span { border-color: rgb(21,12,201); }
td.TdClassName
{
border-color: #150CC9;
}
.TagClassName
{
border-color: #150CC9;
}
</style>