Shades of Medium Blue #150EC4
Tints of Medium Blue #150EC4
RGB
CMYK
RGB Variations
Color information
#150EC4 (or 0x150EC4) is known color: Medium Blue. HEX triplet: 15, 0E and C4. RGB value is (21,14,196). Sum of RGB (Red+Green+Blue) = 21+14+196=231 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.09% from 231); Green value is 14 (5.86% from 255 or 6.06% from 231); Blue value is 196 (76.95% from 255 or 84.85% from 231); Max value from RGB is 196 - color contains mainly: blue. Hex color #150EC4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150EC4 is #EAF13B. Grayscale: #242424. Windows color (decimal): -15397180 or 12848661. OLE color: 12848661.
HSL color Cylindrical-coordinate representation of color #150EC4: hue angle of 242.31º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #150EC4 is Cyan = 0.89, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 21 | 14 | 196 | - |
| CMYK | 0.89 | 0.93 | 0 | 0.23 |
| HSL | 242.31º | 0.87% | 0.41% | - |
| HSV(B) | 242.31º | 0.93% | 0.77% | - |
| XYZ | 10.43 | 4.46 | 52.54 | - |
| YUV | 36.84 | 217.82 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 14 | 196 | 0.89 | 0.93 | 0 | 0.23 | 242.31 | 0.87 | 0.41 |
| Hex | 15 | E | C4 | 59 | 5D | 0 | 17 | F2 | 57 | 29 |
| Octal | 25 | 16 | 304 | 131 | 135 | 0 | 27 | 362 | 127 | 51 |
| Binary | 10101 | 1110 | 11000100 | 1011001 | 1011101 | 0 | 10111 | 11110010 | 1010111 | 101001 |
Color Harmonies of #150EC4
Complementary color
Monochromatic Colors of #150EC4
Black with #150EC4
Text Example
Text Example
White with #150EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150EC4; }
p { color: rgb(21,14,196); }
H1.HeaderClassName
{
color: #150EC4;
}
.AnyTagClassName
{
color: #150EC4;
}
</style>
background-color css
<style>
a { background-color: #150EC4; }
a { background-color: rgb(21,14,196); }
div.DivClassName
{
background-color: #150EC4;
}
.BgClassName
{
background-color: #150EC4;
}
</style>
border-color css
<style>
span { border-color: #150EC4; }
span { border-color: rgb(21,14,196); }
td.TdClassName
{
border-color: #150EC4;
}
.TagClassName
{
border-color: #150EC4;
}
</style>