Shades of Medium Blue #150BC7
Tints of Medium Blue #150BC7
RGB
CMYK
RGB Variations
Color information
#150BC7 (or 0x150BC7) is known color: Medium Blue. HEX triplet: 15, 0B and C7. RGB value is (21,11,199). Sum of RGB (Red+Green+Blue) = 21+11+199=231 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.09% from 231); Green value is 11 (4.69% from 255 or 4.76% from 231); Blue value is 199 (78.12% from 255 or 86.15% from 231); Max value from RGB is 199 - color contains mainly: blue. Hex color #150BC7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150BC7 is #EAF438. Grayscale: #222222. Windows color (decimal): -15397945 or 13044501. OLE color: 13044501.
HSL color Cylindrical-coordinate representation of color #150BC7: hue angle of 243.19º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #150BC7 is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 21 | 11 | 199 | - |
| CMYK | 0.89 | 0.94 | 0 | 0.22 |
| HSL | 243.19º | 0.9% | 0.41% | - |
| HSV(B) | 243.19º | 0.94% | 0.78% | - |
| XYZ | 10.74 | 4.52 | 54.34 | - |
| YUV | 35.42 | 220.31 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 11 | 199 | 0.89 | 0.94 | 0 | 0.22 | 243.19 | 0.9 | 0.41 |
| Hex | 15 | B | C7 | 59 | 5E | 0 | 16 | F3 | 5A | 29 |
| Octal | 25 | 13 | 307 | 131 | 136 | 0 | 26 | 363 | 132 | 51 |
| Binary | 10101 | 1011 | 11000111 | 1011001 | 1011110 | 0 | 10110 | 11110011 | 1011010 | 101001 |
Color Harmonies of #150BC7
Complementary color
Monochromatic Colors of #150BC7
Black with #150BC7
Text Example
Text Example
White with #150BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150BC7; }
p { color: rgb(21,11,199); }
H1.HeaderClassName
{
color: #150BC7;
}
.AnyTagClassName
{
color: #150BC7;
}
</style>
background-color css
<style>
a { background-color: #150BC7; }
a { background-color: rgb(21,11,199); }
div.DivClassName
{
background-color: #150BC7;
}
.BgClassName
{
background-color: #150BC7;
}
</style>
border-color css
<style>
span { border-color: #150BC7; }
span { border-color: rgb(21,11,199); }
td.TdClassName
{
border-color: #150BC7;
}
.TagClassName
{
border-color: #150BC7;
}
</style>