Shades of Havelock Blue #518BC8
Tints of Havelock Blue #518BC8
RGB
CMYK
RGB Variations
Color information
#518BC8 (or 0x518BC8) is known color: Havelock Blue. HEX triplet: 51, 8B and C8. RGB value is (81,139,200). Sum of RGB (Red+Green+Blue) = 81+139+200=420 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.29% from 420); Green value is 139 (54.69% from 255 or 33.10% from 420); Blue value is 200 (78.52% from 255 or 47.62% from 420); Max value from RGB is 200 - color contains mainly: blue. Hex color #518BC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518BC8 is #AE7437. Grayscale: #808080. Windows color (decimal): -11433016 or 13142865. OLE color: 13142865.
HSL color Cylindrical-coordinate representation of color #518BC8: hue angle of 210.76º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #518BC8 is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 81 | 139 | 200 | - |
| CMYK | 0.59 | 0.30 | 0 | 0.22 |
| HSL | 210.76º | 0.52% | 0.55% | - |
| HSV(B) | 210.76º | 0.6% | 0.78% | - |
| XYZ | 23.05 | 24.38 | 58.14 | - |
| YUV | 128.61 | 168.28 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 139 | 200 | 0.59 | 0.30 | 0 | 0.22 | 210.76 | 0.52 | 0.55 |
| Hex | 51 | 8B | C8 | 3B | 1E | 0 | 16 | D3 | 34 | 37 |
| Octal | 121 | 213 | 310 | 73 | 36 | 0 | 26 | 323 | 64 | 67 |
| Binary | 1010001 | 10001011 | 11001000 | 111011 | 11110 | 0 | 10110 | 11010011 | 110100 | 110111 |
Color Harmonies of #518BC8
Complementary color
Monochromatic Colors of #518BC8
Black with #518BC8
Text Example
Text Example
White with #518BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518BC8; }
p { color: rgb(81,139,200); }
H1.HeaderClassName
{
color: #518BC8;
}
.AnyTagClassName
{
color: #518BC8;
}
</style>
background-color css
<style>
a { background-color: #518BC8; }
a { background-color: rgb(81,139,200); }
div.DivClassName
{
background-color: #518BC8;
}
.BgClassName
{
background-color: #518BC8;
}
</style>
border-color css
<style>
span { border-color: #518BC8; }
span { border-color: rgb(81,139,200); }
td.TdClassName
{
border-color: #518BC8;
}
.TagClassName
{
border-color: #518BC8;
}
</style>