Shades of Havelock Blue #5072CA
Tints of Havelock Blue #5072CA
RGB
CMYK
RGB Variations
Color information
#5072CA (or 0x5072CA) is known color: Havelock Blue. HEX triplet: 50, 72 and CA. RGB value is (80,114,202). Sum of RGB (Red+Green+Blue) = 80+114+202=396 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.20% from 396); Green value is 114 (44.92% from 255 or 28.79% from 396); Blue value is 202 (79.30% from 255 or 51.01% from 396); Max value from RGB is 202 - color contains mainly: blue. Hex color #5072CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5072CA is #AF8D35. Grayscale: #717171. Windows color (decimal): -11504950 or 13267536. OLE color: 13267536.
HSL color Cylindrical-coordinate representation of color #5072CA: hue angle of 223.28º 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 #5072CA is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 114 | 202 | - |
| CMYK | 0.60 | 0.44 | 0 | 0.21 |
| HSL | 223.28º | 0.54% | 0.55% | - |
| HSV(B) | 223.28º | 0.6% | 0.79% | - |
| XYZ | 19.99 | 18 | 58.3 | - |
| YUV | 113.87 | 177.74 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 114 | 202 | 0.60 | 0.44 | 0 | 0.21 | 223.28 | 0.54 | 0.55 |
| Hex | 50 | 72 | CA | 3C | 2C | 0 | 15 | DF | 36 | 37 |
| Octal | 120 | 162 | 312 | 74 | 54 | 0 | 25 | 337 | 66 | 67 |
| Binary | 1010000 | 1110010 | 11001010 | 111100 | 101100 | 0 | 10101 | 11011111 | 110110 | 110111 |
Color Harmonies of #5072CA
Complementary color
Monochromatic Colors of #5072CA
Black with #5072CA
Text Example
Text Example
White with #5072CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5072CA; }
p { color: rgb(80,114,202); }
H1.HeaderClassName
{
color: #5072CA;
}
.AnyTagClassName
{
color: #5072CA;
}
</style>
background-color css
<style>
a { background-color: #5072CA; }
a { background-color: rgb(80,114,202); }
div.DivClassName
{
background-color: #5072CA;
}
.BgClassName
{
background-color: #5072CA;
}
</style>
border-color css
<style>
span { border-color: #5072CA; }
span { border-color: rgb(80,114,202); }
td.TdClassName
{
border-color: #5072CA;
}
.TagClassName
{
border-color: #5072CA;
}
</style>