Shades of Havelock Blue #518BCD
Tints of Havelock Blue #518BCD
RGB
CMYK
RGB Variations
Color information
#518BCD (or 0x518BCD) is known color: Havelock Blue. HEX triplet: 51, 8B and CD. RGB value is (81,139,205). Sum of RGB (Red+Green+Blue) = 81+139+205=425 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.06% from 425); Green value is 139 (54.69% from 255 or 32.71% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #518BCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518BCD is #AE7432. Grayscale: #808080. Windows color (decimal): -11433011 or 13470545. OLE color: 13470545.
HSL color Cylindrical-coordinate representation of color #518BCD: hue angle of 211.94º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #518BCD is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 139 | 205 | - |
| CMYK | 0.60 | 0.32 | 0 | 0.20 |
| HSL | 211.94º | 0.55% | 0.56% | - |
| HSV(B) | 211.94º | 0.6% | 0.8% | - |
| XYZ | 23.65 | 24.62 | 61.26 | - |
| YUV | 129.18 | 170.78 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 139 | 205 | 0.60 | 0.32 | 0 | 0.20 | 211.94 | 0.55 | 0.56 |
| Hex | 51 | 8B | CD | 3C | 20 | 0 | 14 | D4 | 37 | 38 |
| Octal | 121 | 213 | 315 | 74 | 40 | 0 | 24 | 324 | 67 | 70 |
| Binary | 1010001 | 10001011 | 11001101 | 111100 | 100000 | 0 | 10100 | 11010100 | 110111 | 111000 |
Color Harmonies of #518BCD
Complementary color
Monochromatic Colors of #518BCD
Black with #518BCD
Text Example
Text Example
White with #518BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518BCD; }
p { color: rgb(81,139,205); }
H1.HeaderClassName
{
color: #518BCD;
}
.AnyTagClassName
{
color: #518BCD;
}
</style>
background-color css
<style>
a { background-color: #518BCD; }
a { background-color: rgb(81,139,205); }
div.DivClassName
{
background-color: #518BCD;
}
.BgClassName
{
background-color: #518BCD;
}
</style>
border-color css
<style>
span { border-color: #518BCD; }
span { border-color: rgb(81,139,205); }
td.TdClassName
{
border-color: #518BCD;
}
.TagClassName
{
border-color: #518BCD;
}
</style>