Shades of Havelock Blue #518AD0
Tints of Havelock Blue #518AD0
RGB
CMYK
RGB Variations
Color information
#518AD0 (or 0x518AD0) is known color: Havelock Blue. HEX triplet: 51, 8A and D0. RGB value is (81,138,208). Sum of RGB (Red+Green+Blue) = 81+138+208=427 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.97% from 427); Green value is 138 (54.30% from 255 or 32.32% from 427); Blue value is 208 (81.64% from 255 or 48.71% from 427); Max value from RGB is 208 - color contains mainly: blue. Hex color #518AD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518AD0 is #AE752F. Grayscale: #808080. Windows color (decimal): -11433264 or 13666897. OLE color: 13666897.
HSL color Cylindrical-coordinate representation of color #518AD0: hue angle of 213.07º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #518AD0 is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 81 | 138 | 208 | - |
| CMYK | 0.61 | 0.34 | 0 | 0.18 |
| HSL | 213.07º | 0.57% | 0.57% | - |
| HSV(B) | 213.07º | 0.61% | 0.82% | - |
| XYZ | 23.87 | 24.48 | 63.14 | - |
| YUV | 128.94 | 172.62 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 138 | 208 | 0.61 | 0.34 | 0 | 0.18 | 213.07 | 0.57 | 0.57 |
| Hex | 51 | 8A | D0 | 3D | 22 | 0 | 12 | D5 | 39 | 39 |
| Octal | 121 | 212 | 320 | 75 | 42 | 0 | 22 | 325 | 71 | 71 |
| Binary | 1010001 | 10001010 | 11010000 | 111101 | 100010 | 0 | 10010 | 11010101 | 111001 | 111001 |
Color Harmonies of #518AD0
Complementary color
Monochromatic Colors of #518AD0
Black with #518AD0
Text Example
Text Example
White with #518AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518AD0; }
p { color: rgb(81,138,208); }
H1.HeaderClassName
{
color: #518AD0;
}
.AnyTagClassName
{
color: #518AD0;
}
</style>
background-color css
<style>
a { background-color: #518AD0; }
a { background-color: rgb(81,138,208); }
div.DivClassName
{
background-color: #518AD0;
}
.BgClassName
{
background-color: #518AD0;
}
</style>
border-color css
<style>
span { border-color: #518AD0; }
span { border-color: rgb(81,138,208); }
td.TdClassName
{
border-color: #518AD0;
}
.TagClassName
{
border-color: #518AD0;
}
</style>