Shades of Medium Blue #151BE0
Tints of Medium Blue #151BE0
RGB
CMYK
RGB Variations
Color information
#151BE0 (or 0x151BE0) is known color: Medium Blue. HEX triplet: 15, 1B and E0. RGB value is (21,27,224). Sum of RGB (Red+Green+Blue) = 21+27+224=272 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.72% from 272); Green value is 27 (10.94% from 255 or 9.93% from 272); Blue value is 224 (87.89% from 255 or 82.35% from 272); Max value from RGB is 224 - color contains mainly: blue. Hex color #151BE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151BE0 is #EAE41F. Grayscale: #2E2E2E. Windows color (decimal): -15393824 or 14686997. OLE color: 14686997.
HSL color Cylindrical-coordinate representation of color #151BE0: hue angle of 238.23º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #151BE0 is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 21 | 27 | 224 | - |
| CMYK | 0.91 | 0.88 | 0 | 0.12 |
| HSL | 238.23º | 0.83% | 0.48% | - |
| HSV(B) | 238.23º | 0.91% | 0.88% | - |
| XYZ | 14.16 | 6.33 | 71 | - |
| YUV | 47.66 | 227.51 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 27 | 224 | 0.91 | 0.88 | 0 | 0.12 | 238.23 | 0.83 | 0.48 |
| Hex | 15 | 1B | E0 | 5B | 58 | 0 | C | EE | 53 | 30 |
| Octal | 25 | 33 | 340 | 133 | 130 | 0 | 14 | 356 | 123 | 60 |
| Binary | 10101 | 11011 | 11100000 | 1011011 | 1011000 | 0 | 1100 | 11101110 | 1010011 | 110000 |
Color Harmonies of #151BE0
Complementary color
Monochromatic Colors of #151BE0
Black with #151BE0
Text Example
Text Example
White with #151BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151BE0; }
p { color: rgb(21,27,224); }
H1.HeaderClassName
{
color: #151BE0;
}
.AnyTagClassName
{
color: #151BE0;
}
</style>
background-color css
<style>
a { background-color: #151BE0; }
a { background-color: rgb(21,27,224); }
div.DivClassName
{
background-color: #151BE0;
}
.BgClassName
{
background-color: #151BE0;
}
</style>
border-color css
<style>
span { border-color: #151BE0; }
span { border-color: rgb(21,27,224); }
td.TdClassName
{
border-color: #151BE0;
}
.TagClassName
{
border-color: #151BE0;
}
</style>