Shades of Rich Blue #514AB9
Tints of Rich Blue #514AB9
RGB
CMYK
RGB Variations
Color information
#514AB9 (or 0x514AB9) is known color: Rich Blue. HEX triplet: 51, 4A and B9. RGB value is (81,74,185). Sum of RGB (Red+Green+Blue) = 81+74+185=340 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.82% from 340); Green value is 74 (29.30% from 255 or 21.76% from 340); Blue value is 185 (72.66% from 255 or 54.41% from 340); Max value from RGB is 185 - color contains mainly: blue. Hex color #514AB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #514AB9 is #AEB546. Grayscale: #585858. Windows color (decimal): -11449671 or 12143185. OLE color: 12143185.
HSL color Cylindrical-coordinate representation of color #514AB9: hue angle of 243.78º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #514AB9 is Cyan = 0.56, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 74 | 185 | - |
| CMYK | 0.56 | 0.6 | 0 | 0.27 |
| HSL | 243.78º | 0.44% | 0.51% | - |
| HSV(B) | 243.78º | 0.6% | 0.73% | - |
| XYZ | 14.6 | 10.15 | 47.09 | - |
| YUV | 88.75 | 182.32 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 74 | 185 | 0.56 | 0.6 | 0 | 0.27 | 243.78 | 0.44 | 0.51 |
| Hex | 51 | 4A | B9 | 38 | 3C | 0 | 1B | F4 | 2C | 33 |
| Octal | 121 | 112 | 271 | 70 | 74 | 0 | 33 | 364 | 54 | 63 |
| Binary | 1010001 | 1001010 | 10111001 | 111000 | 111100 | 0 | 11011 | 11110100 | 101100 | 110011 |
Color Harmonies of #514AB9
Complementary color
Monochromatic Colors of #514AB9
Black with #514AB9
Text Example
Text Example
White with #514AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514AB9; }
p { color: rgb(81,74,185); }
H1.HeaderClassName
{
color: #514AB9;
}
.AnyTagClassName
{
color: #514AB9;
}
</style>
background-color css
<style>
a { background-color: #514AB9; }
a { background-color: rgb(81,74,185); }
div.DivClassName
{
background-color: #514AB9;
}
.BgClassName
{
background-color: #514AB9;
}
</style>
border-color css
<style>
span { border-color: #514AB9; }
span { border-color: rgb(81,74,185); }
td.TdClassName
{
border-color: #514AB9;
}
.TagClassName
{
border-color: #514AB9;
}
</style>