Shades of Havelock Blue #5078B9
Tints of Havelock Blue #5078B9
RGB
CMYK
RGB Variations
Color information
#5078B9 (or 0x5078B9) is known color: Havelock Blue. HEX triplet: 50, 78 and B9. RGB value is (80,120,185). Sum of RGB (Red+Green+Blue) = 80+120+185=385 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.78% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 185 (72.66% from 255 or 48.05% from 385); Max value from RGB is 185 - color contains mainly: blue. Hex color #5078B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5078B9 is #AF8746. Grayscale: #737373. Windows color (decimal): -11503431 or 12154960. OLE color: 12154960.
HSL color Cylindrical-coordinate representation of color #5078B9: hue angle of 217.14º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5078B9 is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 120 | 185 | - |
| CMYK | 0.57 | 0.35 | 0 | 0.27 |
| HSL | 217.14º | 0.43% | 0.52% | - |
| HSV(B) | 217.14º | 0.57% | 0.73% | - |
| XYZ | 18.78 | 18.64 | 48.51 | - |
| YUV | 115.45 | 167.25 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 120 | 185 | 0.57 | 0.35 | 0 | 0.27 | 217.14 | 0.43 | 0.52 |
| Hex | 50 | 78 | B9 | 39 | 23 | 0 | 1B | D9 | 2B | 34 |
| Octal | 120 | 170 | 271 | 71 | 43 | 0 | 33 | 331 | 53 | 64 |
| Binary | 1010000 | 1111000 | 10111001 | 111001 | 100011 | 0 | 11011 | 11011001 | 101011 | 110100 |
Color Harmonies of #5078B9
Complementary color
Monochromatic Colors of #5078B9
Black with #5078B9
Text Example
Text Example
White with #5078B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5078B9; }
p { color: rgb(80,120,185); }
H1.HeaderClassName
{
color: #5078B9;
}
.AnyTagClassName
{
color: #5078B9;
}
</style>
background-color css
<style>
a { background-color: #5078B9; }
a { background-color: rgb(80,120,185); }
div.DivClassName
{
background-color: #5078B9;
}
.BgClassName
{
background-color: #5078B9;
}
</style>
border-color css
<style>
span { border-color: #5078B9; }
span { border-color: rgb(80,120,185); }
td.TdClassName
{
border-color: #5078B9;
}
.TagClassName
{
border-color: #5078B9;
}
</style>