Shades of Havelock Blue #5178BE
Tints of Havelock Blue #5178BE
RGB
CMYK
RGB Variations
Color information
#5178BE (or 0x5178BE) is known color: Havelock Blue. HEX triplet: 51, 78 and BE. RGB value is (81,120,190). Sum of RGB (Red+Green+Blue) = 81+120+190=391 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.72% from 391); Green value is 120 (47.27% from 255 or 30.69% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 190 - color contains mainly: blue. Hex color #5178BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5178BE is #AE8741. Grayscale: #747474. Windows color (decimal): -11437890 or 12482641. OLE color: 12482641.
HSL color Cylindrical-coordinate representation of color #5178BE: hue angle of 218.53º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5178BE is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 81 | 120 | 190 | - |
| CMYK | 0.57 | 0.37 | 0 | 0.25 |
| HSL | 218.53º | 0.46% | 0.53% | - |
| HSV(B) | 218.53º | 0.57% | 0.75% | - |
| XYZ | 19.4 | 18.9 | 51.34 | - |
| YUV | 116.32 | 169.58 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 120 | 190 | 0.57 | 0.37 | 0 | 0.25 | 218.53 | 0.46 | 0.53 |
| Hex | 51 | 78 | BE | 39 | 25 | 0 | 19 | DB | 2E | 35 |
| Octal | 121 | 170 | 276 | 71 | 45 | 0 | 31 | 333 | 56 | 65 |
| Binary | 1010001 | 1111000 | 10111110 | 111001 | 100101 | 0 | 11001 | 11011011 | 101110 | 110101 |
Color Harmonies of #5178BE
Complementary color
Monochromatic Colors of #5178BE
Black with #5178BE
Text Example
Text Example
White with #5178BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5178BE; }
p { color: rgb(81,120,190); }
H1.HeaderClassName
{
color: #5178BE;
}
.AnyTagClassName
{
color: #5178BE;
}
</style>
background-color css
<style>
a { background-color: #5178BE; }
a { background-color: rgb(81,120,190); }
div.DivClassName
{
background-color: #5178BE;
}
.BgClassName
{
background-color: #5178BE;
}
</style>
border-color css
<style>
span { border-color: #5178BE; }
span { border-color: rgb(81,120,190); }
td.TdClassName
{
border-color: #5178BE;
}
.TagClassName
{
border-color: #5178BE;
}
</style>