Shades of Rich Blue #5148BE
Tints of Rich Blue #5148BE
RGB
CMYK
RGB Variations
Color information
#5148BE (or 0x5148BE) is known color: Rich Blue. HEX triplet: 51, 48 and BE. RGB value is (81,72,190). Sum of RGB (Red+Green+Blue) = 81+72+190=343 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.62% from 343); Green value is 72 (28.52% from 255 or 20.99% from 343); Blue value is 190 (74.61% from 255 or 55.39% from 343); Max value from RGB is 190 - color contains mainly: blue. Hex color #5148BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5148BE is #AEB741. Grayscale: #575757. Windows color (decimal): -11450178 or 12470353. OLE color: 12470353.
HSL color Cylindrical-coordinate representation of color #5148BE: hue angle of 244.58º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5148BE is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 81 | 72 | 190 | - |
| CMYK | 0.57 | 0.62 | 0 | 0.25 |
| HSL | 244.58º | 0.48% | 0.51% | - |
| HSV(B) | 244.58º | 0.62% | 0.75% | - |
| XYZ | 15 | 10.1 | 49.87 | - |
| YUV | 88.14 | 185.48 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 72 | 190 | 0.57 | 0.62 | 0 | 0.25 | 244.58 | 0.48 | 0.51 |
| Hex | 51 | 48 | BE | 39 | 3E | 0 | 19 | F5 | 30 | 33 |
| Octal | 121 | 110 | 276 | 71 | 76 | 0 | 31 | 365 | 60 | 63 |
| Binary | 1010001 | 1001000 | 10111110 | 111001 | 111110 | 0 | 11001 | 11110101 | 110000 | 110011 |
Color Harmonies of #5148BE
Complementary color
Monochromatic Colors of #5148BE
Black with #5148BE
Text Example
Text Example
White with #5148BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5148BE; }
p { color: rgb(81,72,190); }
H1.HeaderClassName
{
color: #5148BE;
}
.AnyTagClassName
{
color: #5148BE;
}
</style>
background-color css
<style>
a { background-color: #5148BE; }
a { background-color: rgb(81,72,190); }
div.DivClassName
{
background-color: #5148BE;
}
.BgClassName
{
background-color: #5148BE;
}
</style>
border-color css
<style>
span { border-color: #5148BE; }
span { border-color: rgb(81,72,190); }
td.TdClassName
{
border-color: #5148BE;
}
.TagClassName
{
border-color: #5148BE;
}
</style>