Shades of Havelock Blue #518BCE
Tints of Havelock Blue #518BCE
RGB
CMYK
RGB Variations
Color information
#518BCE (or 0x518BCE) is known color: Havelock Blue. HEX triplet: 51, 8B and CE. RGB value is (81,139,206). Sum of RGB (Red+Green+Blue) = 81+139+206=426 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.01% from 426); Green value is 139 (54.69% from 255 or 32.63% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #518BCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518BCE is #AE7431. Grayscale: #808080. Windows color (decimal): -11433010 or 13536081. OLE color: 13536081.
HSL color Cylindrical-coordinate representation of color #518BCE: hue angle of 212.16º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #518BCE is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 139 | 206 | - |
| CMYK | 0.61 | 0.33 | 0 | 0.19 |
| HSL | 212.16º | 0.56% | 0.56% | - |
| HSV(B) | 212.16º | 0.61% | 0.81% | - |
| XYZ | 23.77 | 24.67 | 61.9 | - |
| YUV | 129.3 | 171.28 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 139 | 206 | 0.61 | 0.33 | 0 | 0.19 | 212.16 | 0.56 | 0.56 |
| Hex | 51 | 8B | CE | 3D | 21 | 0 | 13 | D4 | 38 | 38 |
| Octal | 121 | 213 | 316 | 75 | 41 | 0 | 23 | 324 | 70 | 70 |
| Binary | 1010001 | 10001011 | 11001110 | 111101 | 100001 | 0 | 10011 | 11010100 | 111000 | 111000 |
Color Harmonies of #518BCE
Complementary color
Monochromatic Colors of #518BCE
Black with #518BCE
Text Example
Text Example
White with #518BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518BCE; }
p { color: rgb(81,139,206); }
H1.HeaderClassName
{
color: #518BCE;
}
.AnyTagClassName
{
color: #518BCE;
}
</style>
background-color css
<style>
a { background-color: #518BCE; }
a { background-color: rgb(81,139,206); }
div.DivClassName
{
background-color: #518BCE;
}
.BgClassName
{
background-color: #518BCE;
}
</style>
border-color css
<style>
span { border-color: #518BCE; }
span { border-color: rgb(81,139,206); }
td.TdClassName
{
border-color: #518BCE;
}
.TagClassName
{
border-color: #518BCE;
}
</style>