Shades of Medium Blue #151BE4
Tints of Medium Blue #151BE4
RGB
CMYK
RGB Variations
Color information
#151BE4 (or 0x151BE4) is known color: Medium Blue. HEX triplet: 15, 1B and E4. RGB value is (21,27,228). Sum of RGB (Red+Green+Blue) = 21+27+228=276 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.61% from 276); Green value is 27 (10.94% from 255 or 9.78% from 276); Blue value is 228 (89.45% from 255 or 82.61% from 276); Max value from RGB is 228 - color contains mainly: blue. Hex color #151BE4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151BE4 is #EAE41B. Grayscale: #2F2F2F. Windows color (decimal): -15393820 or 14949141. OLE color: 14949141.
HSL color Cylindrical-coordinate representation of color #151BE4: hue angle of 238.26º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #151BE4 is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 21 | 27 | 228 | - |
| CMYK | 0.91 | 0.88 | 0 | 0.11 |
| HSL | 238.26º | 0.83% | 0.49% | - |
| HSV(B) | 238.26º | 0.91% | 0.89% | - |
| XYZ | 14.7 | 6.54 | 73.89 | - |
| YUV | 48.12 | 229.51 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 27 | 228 | 0.91 | 0.88 | 0 | 0.11 | 238.26 | 0.83 | 0.49 |
| Hex | 15 | 1B | E4 | 5B | 58 | 0 | B | EE | 53 | 31 |
| Octal | 25 | 33 | 344 | 133 | 130 | 0 | 13 | 356 | 123 | 61 |
| Binary | 10101 | 11011 | 11100100 | 1011011 | 1011000 | 0 | 1011 | 11101110 | 1010011 | 110001 |
Color Harmonies of #151BE4
Complementary color
Monochromatic Colors of #151BE4
Black with #151BE4
Text Example
Text Example
White with #151BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151BE4; }
p { color: rgb(21,27,228); }
H1.HeaderClassName
{
color: #151BE4;
}
.AnyTagClassName
{
color: #151BE4;
}
</style>
background-color css
<style>
a { background-color: #151BE4; }
a { background-color: rgb(21,27,228); }
div.DivClassName
{
background-color: #151BE4;
}
.BgClassName
{
background-color: #151BE4;
}
</style>
border-color css
<style>
span { border-color: #151BE4; }
span { border-color: rgb(21,27,228); }
td.TdClassName
{
border-color: #151BE4;
}
.TagClassName
{
border-color: #151BE4;
}
</style>