Shades of Havelock Blue #518ADA
Tints of Havelock Blue #518ADA
RGB
CMYK
RGB Variations
Color information
#518ADA (or 0x518ADA) is known color: Havelock Blue. HEX triplet: 51, 8A and DA. RGB value is (81,138,218). Sum of RGB (Red+Green+Blue) = 81+138+218=437 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.54% from 437); Green value is 138 (54.30% from 255 or 31.58% from 437); Blue value is 218 (85.55% from 255 or 49.89% from 437); Max value from RGB is 218 - color contains mainly: blue. Hex color #518ADA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518ADA is #AE7525. Grayscale: #818181. Windows color (decimal): -11433254 or 14322257. OLE color: 14322257.
HSL color Cylindrical-coordinate representation of color #518ADA: hue angle of 215.04º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #518ADA is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 81 | 138 | 218 | - |
| CMYK | 0.63 | 0.37 | 0 | 0.15 |
| HSL | 215.04º | 0.65% | 0.59% | - |
| HSV(B) | 215.04º | 0.63% | 0.85% | - |
| XYZ | 25.14 | 24.99 | 69.83 | - |
| YUV | 130.08 | 177.62 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 138 | 218 | 0.63 | 0.37 | 0 | 0.15 | 215.04 | 0.65 | 0.59 |
| Hex | 51 | 8A | DA | 3F | 25 | 0 | F | D7 | 41 | 3B |
| Octal | 121 | 212 | 332 | 77 | 45 | 0 | 17 | 327 | 101 | 73 |
| Binary | 1010001 | 10001010 | 11011010 | 111111 | 100101 | 0 | 1111 | 11010111 | 1000001 | 111011 |
Color Harmonies of #518ADA
Complementary color
Monochromatic Colors of #518ADA
Black with #518ADA
Text Example
Text Example
White with #518ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518ADA; }
p { color: rgb(81,138,218); }
H1.HeaderClassName
{
color: #518ADA;
}
.AnyTagClassName
{
color: #518ADA;
}
</style>
background-color css
<style>
a { background-color: #518ADA; }
a { background-color: rgb(81,138,218); }
div.DivClassName
{
background-color: #518ADA;
}
.BgClassName
{
background-color: #518ADA;
}
</style>
border-color css
<style>
span { border-color: #518ADA; }
span { border-color: rgb(81,138,218); }
td.TdClassName
{
border-color: #518ADA;
}
.TagClassName
{
border-color: #518ADA;
}
</style>