Shades of Havelock Blue #5071CB
Tints of Havelock Blue #5071CB
RGB
CMYK
RGB Variations
Color information
#5071CB (or 0x5071CB) is known color: Havelock Blue. HEX triplet: 50, 71 and CB. RGB value is (80,113,203). Sum of RGB (Red+Green+Blue) = 80+113+203=396 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.20% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #5071CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5071CB is #AF8E34. Grayscale: #717171. Windows color (decimal): -11505205 or 13332816. OLE color: 13332816.
HSL color Cylindrical-coordinate representation of color #5071CB: hue angle of 223.9º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5071CB is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 113 | 203 | - |
| CMYK | 0.61 | 0.44 | 0 | 0.20 |
| HSL | 223.9º | 0.54% | 0.55% | - |
| HSV(B) | 223.9º | 0.61% | 0.8% | - |
| XYZ | 19.99 | 17.83 | 58.89 | - |
| YUV | 113.39 | 178.57 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 113 | 203 | 0.61 | 0.44 | 0 | 0.20 | 223.9 | 0.54 | 0.55 |
| Hex | 50 | 71 | CB | 3D | 2C | 0 | 14 | E0 | 36 | 37 |
| Octal | 120 | 161 | 313 | 75 | 54 | 0 | 24 | 340 | 66 | 67 |
| Binary | 1010000 | 1110001 | 11001011 | 111101 | 101100 | 0 | 10100 | 11100000 | 110110 | 110111 |
Color Harmonies of #5071CB
Complementary color
Monochromatic Colors of #5071CB
Black with #5071CB
Text Example
Text Example
White with #5071CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5071CB; }
p { color: rgb(80,113,203); }
H1.HeaderClassName
{
color: #5071CB;
}
.AnyTagClassName
{
color: #5071CB;
}
</style>
background-color css
<style>
a { background-color: #5071CB; }
a { background-color: rgb(80,113,203); }
div.DivClassName
{
background-color: #5071CB;
}
.BgClassName
{
background-color: #5071CB;
}
</style>
border-color css
<style>
span { border-color: #5071CB; }
span { border-color: rgb(80,113,203); }
td.TdClassName
{
border-color: #5071CB;
}
.TagClassName
{
border-color: #5071CB;
}
</style>