Shades of Havelock Blue #5074CA
Tints of Havelock Blue #5074CA
RGB
CMYK
RGB Variations
Color information
#5074CA (or 0x5074CA) is known color: Havelock Blue. HEX triplet: 50, 74 and CA. RGB value is (80,116,202). Sum of RGB (Red+Green+Blue) = 80+116+202=398 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.10% from 398); Green value is 116 (45.70% from 255 or 29.15% from 398); Blue value is 202 (79.30% from 255 or 50.75% from 398); Max value from RGB is 202 - color contains mainly: blue. Hex color #5074CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5074CA is #AF8B35. Grayscale: #727272. Windows color (decimal): -11504438 or 13268048. OLE color: 13268048.
HSL color Cylindrical-coordinate representation of color #5074CA: hue angle of 222.3º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5074CA is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 116 | 202 | - |
| CMYK | 0.60 | 0.43 | 0 | 0.21 |
| HSL | 222.3º | 0.54% | 0.55% | - |
| HSV(B) | 222.3º | 0.6% | 0.79% | - |
| XYZ | 20.21 | 18.46 | 58.37 | - |
| YUV | 115.04 | 177.07 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 116 | 202 | 0.60 | 0.43 | 0 | 0.21 | 222.3 | 0.54 | 0.55 |
| Hex | 50 | 74 | CA | 3C | 2B | 0 | 15 | DE | 36 | 37 |
| Octal | 120 | 164 | 312 | 74 | 53 | 0 | 25 | 336 | 66 | 67 |
| Binary | 1010000 | 1110100 | 11001010 | 111100 | 101011 | 0 | 10101 | 11011110 | 110110 | 110111 |
Color Harmonies of #5074CA
Complementary color
Monochromatic Colors of #5074CA
Black with #5074CA
Text Example
Text Example
White with #5074CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5074CA; }
p { color: rgb(80,116,202); }
H1.HeaderClassName
{
color: #5074CA;
}
.AnyTagClassName
{
color: #5074CA;
}
</style>
background-color css
<style>
a { background-color: #5074CA; }
a { background-color: rgb(80,116,202); }
div.DivClassName
{
background-color: #5074CA;
}
.BgClassName
{
background-color: #5074CA;
}
</style>
border-color css
<style>
span { border-color: #5074CA; }
span { border-color: rgb(80,116,202); }
td.TdClassName
{
border-color: #5074CA;
}
.TagClassName
{
border-color: #5074CA;
}
</style>