Shades of Havelock Blue #5074CB
Tints of Havelock Blue #5074CB
RGB
CMYK
RGB Variations
Color information
#5074CB (or 0x5074CB) is known color: Havelock Blue. HEX triplet: 50, 74 and CB. RGB value is (80,116,203). Sum of RGB (Red+Green+Blue) = 80+116+203=399 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.05% from 399); Green value is 116 (45.70% from 255 or 29.07% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #5074CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5074CB is #AF8B34. Grayscale: #727272. Windows color (decimal): -11504437 or 13333584. OLE color: 13333584.
HSL color Cylindrical-coordinate representation of color #5074CB: hue angle of 222.44º 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 #5074CB is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 116 | 203 | - |
| CMYK | 0.61 | 0.43 | 0 | 0.20 |
| HSL | 222.44º | 0.54% | 0.55% | - |
| HSV(B) | 222.44º | 0.61% | 0.8% | - |
| XYZ | 20.33 | 18.51 | 59 | - |
| YUV | 115.15 | 177.57 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 116 | 203 | 0.61 | 0.43 | 0 | 0.20 | 222.44 | 0.54 | 0.55 |
| Hex | 50 | 74 | CB | 3D | 2B | 0 | 14 | DE | 36 | 37 |
| Octal | 120 | 164 | 313 | 75 | 53 | 0 | 24 | 336 | 66 | 67 |
| Binary | 1010000 | 1110100 | 11001011 | 111101 | 101011 | 0 | 10100 | 11011110 | 110110 | 110111 |
Color Harmonies of #5074CB
Complementary color
Monochromatic Colors of #5074CB
Black with #5074CB
Text Example
Text Example
White with #5074CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5074CB; }
p { color: rgb(80,116,203); }
H1.HeaderClassName
{
color: #5074CB;
}
.AnyTagClassName
{
color: #5074CB;
}
</style>
background-color css
<style>
a { background-color: #5074CB; }
a { background-color: rgb(80,116,203); }
div.DivClassName
{
background-color: #5074CB;
}
.BgClassName
{
background-color: #5074CB;
}
</style>
border-color css
<style>
span { border-color: #5074CB; }
span { border-color: rgb(80,116,203); }
td.TdClassName
{
border-color: #5074CB;
}
.TagClassName
{
border-color: #5074CB;
}
</style>