Shades of Medium Blue #150FB7
Tints of Medium Blue #150FB7
RGB
CMYK
RGB Variations
Color information
#150FB7 (or 0x150FB7) is known color: Medium Blue. HEX triplet: 15, 0F and B7. RGB value is (21,15,183). Sum of RGB (Red+Green+Blue) = 21+15+183=219 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.59% from 219); Green value is 15 (6.25% from 255 or 6.85% from 219); Blue value is 183 (71.88% from 255 or 83.56% from 219); Max value from RGB is 183 - color contains mainly: blue. Hex color #150FB7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150FB7 is #EAF048. Grayscale: #232323. Windows color (decimal): -15396937 or 11996949. OLE color: 11996949.
HSL color Cylindrical-coordinate representation of color #150FB7: hue angle of 242.14º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #150FB7 is Cyan = 0.89, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 21 | 15 | 183 | - |
| CMYK | 0.89 | 0.92 | 0 | 0.28 |
| HSL | 242.14º | 0.85% | 0.39% | - |
| HSV(B) | 242.14º | 0.92% | 0.72% | - |
| XYZ | 9.03 | 3.92 | 45.08 | - |
| YUV | 35.95 | 210.99 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 15 | 183 | 0.89 | 0.92 | 0 | 0.28 | 242.14 | 0.85 | 0.39 |
| Hex | 15 | F | B7 | 59 | 5C | 0 | 1C | F2 | 55 | 27 |
| Octal | 25 | 17 | 267 | 131 | 134 | 0 | 34 | 362 | 125 | 47 |
| Binary | 10101 | 1111 | 10110111 | 1011001 | 1011100 | 0 | 11100 | 11110010 | 1010101 | 100111 |
Color Harmonies of #150FB7
Complementary color
Monochromatic Colors of #150FB7
Black with #150FB7
Text Example
Text Example
White with #150FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150FB7; }
p { color: rgb(21,15,183); }
H1.HeaderClassName
{
color: #150FB7;
}
.AnyTagClassName
{
color: #150FB7;
}
</style>
background-color css
<style>
a { background-color: #150FB7; }
a { background-color: rgb(21,15,183); }
div.DivClassName
{
background-color: #150FB7;
}
.BgClassName
{
background-color: #150FB7;
}
</style>
border-color css
<style>
span { border-color: #150FB7; }
span { border-color: rgb(21,15,183); }
td.TdClassName
{
border-color: #150FB7;
}
.TagClassName
{
border-color: #150FB7;
}
</style>