Shades of Havelock Blue #5179CF
Tints of Havelock Blue #5179CF
RGB
CMYK
RGB Variations
Color information
#5179CF (or 0x5179CF) is known color: Havelock Blue. HEX triplet: 51, 79 and CF. RGB value is (81,121,207). Sum of RGB (Red+Green+Blue) = 81+121+207=409 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.80% from 409); Green value is 121 (47.66% from 255 or 29.58% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #5179CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5179CF is #AE8630. Grayscale: #767676. Windows color (decimal): -11437617 or 13597009. OLE color: 13597009.
HSL color Cylindrical-coordinate representation of color #5179CF: hue angle of 220.95º degrees, saturation: 0.57, 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 #5179CF is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 121 | 207 | - |
| CMYK | 0.61 | 0.42 | 0 | 0.19 |
| HSL | 220.95º | 0.57% | 0.56% | - |
| HSV(B) | 220.95º | 0.61% | 0.81% | - |
| XYZ | 21.49 | 19.93 | 61.75 | - |
| YUV | 118.84 | 177.75 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 121 | 207 | 0.61 | 0.42 | 0 | 0.19 | 220.95 | 0.57 | 0.56 |
| Hex | 51 | 79 | CF | 3D | 2A | 0 | 13 | DD | 39 | 38 |
| Octal | 121 | 171 | 317 | 75 | 52 | 0 | 23 | 335 | 71 | 70 |
| Binary | 1010001 | 1111001 | 11001111 | 111101 | 101010 | 0 | 10011 | 11011101 | 111001 | 111000 |
Color Harmonies of #5179CF
Complementary color
Monochromatic Colors of #5179CF
Black with #5179CF
Text Example
Text Example
White with #5179CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5179CF; }
p { color: rgb(81,121,207); }
H1.HeaderClassName
{
color: #5179CF;
}
.AnyTagClassName
{
color: #5179CF;
}
</style>
background-color css
<style>
a { background-color: #5179CF; }
a { background-color: rgb(81,121,207); }
div.DivClassName
{
background-color: #5179CF;
}
.BgClassName
{
background-color: #5179CF;
}
</style>
border-color css
<style>
span { border-color: #5179CF; }
span { border-color: rgb(81,121,207); }
td.TdClassName
{
border-color: #5179CF;
}
.TagClassName
{
border-color: #5179CF;
}
</style>