Shades of Havelock Blue #5F78CE
Tints of Havelock Blue #5F78CE
RGB
CMYK
RGB Variations
Color information
#5F78CE (or 0x5F78CE) is known color: Havelock Blue. HEX triplet: 5F, 78 and CE. RGB value is (95,120,206). Sum of RGB (Red+Green+Blue) = 95+120+206=421 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.57% from 421); Green value is 120 (47.27% from 255 or 28.50% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #5F78CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F78CE is #A08731. Grayscale: #797979. Windows color (decimal): -10520370 or 13531231. OLE color: 13531231.
HSL color Cylindrical-coordinate representation of color #5F78CE: hue angle of 226.49º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5F78CE is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 120 | 206 | - |
| CMYK | 0.54 | 0.42 | 0 | 0.19 |
| HSL | 226.49º | 0.53% | 0.59% | - |
| HSV(B) | 226.49º | 0.54% | 0.81% | - |
| XYZ | 22.58 | 20.32 | 61.13 | - |
| YUV | 122.33 | 175.22 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 120 | 206 | 0.54 | 0.42 | 0 | 0.19 | 226.49 | 0.53 | 0.59 |
| Hex | 5F | 78 | CE | 36 | 2A | 0 | 13 | E2 | 35 | 3B |
| Octal | 137 | 170 | 316 | 66 | 52 | 0 | 23 | 342 | 65 | 73 |
| Binary | 1011111 | 1111000 | 11001110 | 110110 | 101010 | 0 | 10011 | 11100010 | 110101 | 111011 |
Color Harmonies of #5F78CE
Complementary color
Monochromatic Colors of #5F78CE
Black with #5F78CE
Text Example
Text Example
White with #5F78CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F78CE; }
p { color: rgb(95,120,206); }
H1.HeaderClassName
{
color: #5F78CE;
}
.AnyTagClassName
{
color: #5F78CE;
}
</style>
background-color css
<style>
a { background-color: #5F78CE; }
a { background-color: rgb(95,120,206); }
div.DivClassName
{
background-color: #5F78CE;
}
.BgClassName
{
background-color: #5F78CE;
}
</style>
border-color css
<style>
span { border-color: #5F78CE; }
span { border-color: rgb(95,120,206); }
td.TdClassName
{
border-color: #5F78CE;
}
.TagClassName
{
border-color: #5F78CE;
}
</style>