Shades of Medium Blue #150CC3
Tints of Medium Blue #150CC3
RGB
CMYK
RGB Variations
Color information
#150CC3 (or 0x150CC3) is known color: Medium Blue. HEX triplet: 15, 0C and C3. RGB value is (21,12,195). Sum of RGB (Red+Green+Blue) = 21+12+195=228 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.21% from 228); Green value is 12 (5.08% from 255 or 5.26% from 228); Blue value is 195 (76.56% from 255 or 85.53% from 228); Max value from RGB is 195 - color contains mainly: blue. Hex color #150CC3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150CC3 is #EAF33C. Grayscale: #222222. Windows color (decimal): -15397693 or 12782613. OLE color: 12782613.
HSL color Cylindrical-coordinate representation of color #150CC3: hue angle of 242.95º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #150CC3 is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 21 | 12 | 195 | - |
| CMYK | 0.89 | 0.94 | 0 | 0.24 |
| HSL | 242.95º | 0.88% | 0.41% | - |
| HSV(B) | 242.95º | 0.94% | 0.76% | - |
| XYZ | 10.29 | 4.36 | 51.93 | - |
| YUV | 35.55 | 217.98 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 12 | 195 | 0.89 | 0.94 | 0 | 0.24 | 242.95 | 0.88 | 0.41 |
| Hex | 15 | C | C3 | 59 | 5E | 0 | 18 | F3 | 58 | 29 |
| Octal | 25 | 14 | 303 | 131 | 136 | 0 | 30 | 363 | 130 | 51 |
| Binary | 10101 | 1100 | 11000011 | 1011001 | 1011110 | 0 | 11000 | 11110011 | 1011000 | 101001 |
Color Harmonies of #150CC3
Complementary color
Monochromatic Colors of #150CC3
Black with #150CC3
Text Example
Text Example
White with #150CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150CC3; }
p { color: rgb(21,12,195); }
H1.HeaderClassName
{
color: #150CC3;
}
.AnyTagClassName
{
color: #150CC3;
}
</style>
background-color css
<style>
a { background-color: #150CC3; }
a { background-color: rgb(21,12,195); }
div.DivClassName
{
background-color: #150CC3;
}
.BgClassName
{
background-color: #150CC3;
}
</style>
border-color css
<style>
span { border-color: #150CC3; }
span { border-color: rgb(21,12,195); }
td.TdClassName
{
border-color: #150CC3;
}
.TagClassName
{
border-color: #150CC3;
}
</style>