Shades of Havelock Blue #5076CB
Tints of Havelock Blue #5076CB
RGB
CMYK
RGB Variations
Color information
#5076CB (or 0x5076CB) is known color: Havelock Blue. HEX triplet: 50, 76 and CB. RGB value is (80,118,203). Sum of RGB (Red+Green+Blue) = 80+118+203=401 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.95% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #5076CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5076CB is #AF8934. Grayscale: #737373. Windows color (decimal): -11503925 or 13334096. OLE color: 13334096.
HSL color Cylindrical-coordinate representation of color #5076CB: hue angle of 221.46º 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 #5076CB is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 118 | 203 | - |
| CMYK | 0.61 | 0.42 | 0 | 0.20 |
| HSL | 221.46º | 0.54% | 0.55% | - |
| HSV(B) | 221.46º | 0.61% | 0.8% | - |
| XYZ | 20.57 | 18.97 | 59.08 | - |
| YUV | 116.33 | 176.91 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 118 | 203 | 0.61 | 0.42 | 0 | 0.20 | 221.46 | 0.54 | 0.55 |
| Hex | 50 | 76 | CB | 3D | 2A | 0 | 14 | DD | 36 | 37 |
| Octal | 120 | 166 | 313 | 75 | 52 | 0 | 24 | 335 | 66 | 67 |
| Binary | 1010000 | 1110110 | 11001011 | 111101 | 101010 | 0 | 10100 | 11011101 | 110110 | 110111 |
Color Harmonies of #5076CB
Complementary color
Monochromatic Colors of #5076CB
Black with #5076CB
Text Example
Text Example
White with #5076CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5076CB; }
p { color: rgb(80,118,203); }
H1.HeaderClassName
{
color: #5076CB;
}
.AnyTagClassName
{
color: #5076CB;
}
</style>
background-color css
<style>
a { background-color: #5076CB; }
a { background-color: rgb(80,118,203); }
div.DivClassName
{
background-color: #5076CB;
}
.BgClassName
{
background-color: #5076CB;
}
</style>
border-color css
<style>
span { border-color: #5076CB; }
span { border-color: rgb(80,118,203); }
td.TdClassName
{
border-color: #5076CB;
}
.TagClassName
{
border-color: #5076CB;
}
</style>