Shades of Havelock Blue #5070BA
Tints of Havelock Blue #5070BA
RGB
CMYK
RGB Variations
Color information
#5070BA (or 0x5070BA) is known color: Havelock Blue. HEX triplet: 50, 70 and BA. RGB value is (80,112,186). Sum of RGB (Red+Green+Blue) = 80+112+186=378 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.16% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #5070BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5070BA is #AF8F45. Grayscale: #6E6E6E. Windows color (decimal): -11505478 or 12218448. OLE color: 12218448.
HSL color Cylindrical-coordinate representation of color #5070BA: hue angle of 221.89º 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 #5070BA is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 112 | 186 | - |
| CMYK | 0.57 | 0.40 | 0 | 0.27 |
| HSL | 221.89º | 0.43% | 0.52% | - |
| HSV(B) | 221.89º | 0.57% | 0.73% | - |
| XYZ | 17.97 | 16.84 | 48.76 | - |
| YUV | 110.87 | 170.4 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 112 | 186 | 0.57 | 0.40 | 0 | 0.27 | 221.89 | 0.43 | 0.52 |
| Hex | 50 | 70 | BA | 39 | 28 | 0 | 1B | DE | 2B | 34 |
| Octal | 120 | 160 | 272 | 71 | 50 | 0 | 33 | 336 | 53 | 64 |
| Binary | 1010000 | 1110000 | 10111010 | 111001 | 101000 | 0 | 11011 | 11011110 | 101011 | 110100 |
Color Harmonies of #5070BA
Complementary color
Monochromatic Colors of #5070BA
Black with #5070BA
Text Example
Text Example
White with #5070BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5070BA; }
p { color: rgb(80,112,186); }
H1.HeaderClassName
{
color: #5070BA;
}
.AnyTagClassName
{
color: #5070BA;
}
</style>
background-color css
<style>
a { background-color: #5070BA; }
a { background-color: rgb(80,112,186); }
div.DivClassName
{
background-color: #5070BA;
}
.BgClassName
{
background-color: #5070BA;
}
</style>
border-color css
<style>
span { border-color: #5070BA; }
span { border-color: rgb(80,112,186); }
td.TdClassName
{
border-color: #5070BA;
}
.TagClassName
{
border-color: #5070BA;
}
</style>