Shades of Havelock Blue #518BCC
Tints of Havelock Blue #518BCC
RGB
CMYK
RGB Variations
Color information
#518BCC (or 0x518BCC) is known color: Havelock Blue. HEX triplet: 51, 8B and CC. RGB value is (81,139,204). Sum of RGB (Red+Green+Blue) = 81+139+204=424 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.10% from 424); Green value is 139 (54.69% from 255 or 32.78% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #518BCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518BCC is #AE7433. Grayscale: #808080. Windows color (decimal): -11433012 or 13405009. OLE color: 13405009.
HSL color Cylindrical-coordinate representation of color #518BCC: hue angle of 211.71º 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 #518BCC is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 81 | 139 | 204 | - |
| CMYK | 0.60 | 0.32 | 0 | 0.2 |
| HSL | 211.71º | 0.55% | 0.56% | - |
| HSV(B) | 211.71º | 0.6% | 0.8% | - |
| XYZ | 23.53 | 24.57 | 60.63 | - |
| YUV | 129.07 | 170.28 | 93.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 139 | 204 | 0.60 | 0.32 | 0 | 0.2 | 211.71 | 0.55 | 0.56 |
| Hex | 51 | 8B | CC | 3C | 20 | 0 | 14 | D4 | 37 | 38 |
| Octal | 121 | 213 | 314 | 74 | 40 | 0 | 24 | 324 | 67 | 70 |
| Binary | 1010001 | 10001011 | 11001100 | 111100 | 100000 | 0 | 10100 | 11010100 | 110111 | 111000 |
Color Harmonies of #518BCC
Complementary color
Monochromatic Colors of #518BCC
Black with #518BCC
Text Example
Text Example
White with #518BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518BCC; }
p { color: rgb(81,139,204); }
H1.HeaderClassName
{
color: #518BCC;
}
.AnyTagClassName
{
color: #518BCC;
}
</style>
background-color css
<style>
a { background-color: #518BCC; }
a { background-color: rgb(81,139,204); }
div.DivClassName
{
background-color: #518BCC;
}
.BgClassName
{
background-color: #518BCC;
}
</style>
border-color css
<style>
span { border-color: #518BCC; }
span { border-color: rgb(81,139,204); }
td.TdClassName
{
border-color: #518BCC;
}
.TagClassName
{
border-color: #518BCC;
}
</style>