Shades of Havelock Blue #5F7BDB
Tints of Havelock Blue #5F7BDB
RGB
CMYK
RGB Variations
Color information
#5F7BDB (or 0x5F7BDB) is known color: Havelock Blue. HEX triplet: 5F, 7B and DB. RGB value is (95,123,219). Sum of RGB (Red+Green+Blue) = 95+123+219=437 (57% of max value = 765). Red value is 95 (37.5% from 255 or 21.74% from 437); Green value is 123 (48.44% from 255 or 28.15% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #5F7BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F7BDB is #A08424. Grayscale: #7D7D7D. Windows color (decimal): -10519589 or 14383967. OLE color: 14383967.
HSL color Cylindrical-coordinate representation of color #5F7BDB: hue angle of 226.45º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5F7BDB is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 123 | 219 | - |
| CMYK | 0.57 | 0.44 | 0 | 0.14 |
| HSL | 226.45º | 0.63% | 0.62% | - |
| HSV(B) | 226.45º | 0.57% | 0.86% | - |
| XYZ | 24.59 | 21.71 | 69.91 | - |
| YUV | 125.57 | 180.72 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 123 | 219 | 0.57 | 0.44 | 0 | 0.14 | 226.45 | 0.63 | 0.62 |
| Hex | 5F | 7B | DB | 39 | 2C | 0 | E | E2 | 3F | 3E |
| Octal | 137 | 173 | 333 | 71 | 54 | 0 | 16 | 342 | 77 | 76 |
| Binary | 1011111 | 1111011 | 11011011 | 111001 | 101100 | 0 | 1110 | 11100010 | 111111 | 111110 |
Color Harmonies of #5F7BDB
Complementary color
Monochromatic Colors of #5F7BDB
Black with #5F7BDB
Text Example
Text Example
White with #5F7BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7BDB; }
p { color: rgb(95,123,219); }
H1.HeaderClassName
{
color: #5F7BDB;
}
.AnyTagClassName
{
color: #5F7BDB;
}
</style>
background-color css
<style>
a { background-color: #5F7BDB; }
a { background-color: rgb(95,123,219); }
div.DivClassName
{
background-color: #5F7BDB;
}
.BgClassName
{
background-color: #5F7BDB;
}
</style>
border-color css
<style>
span { border-color: #5F7BDB; }
span { border-color: rgb(95,123,219); }
td.TdClassName
{
border-color: #5F7BDB;
}
.TagClassName
{
border-color: #5F7BDB;
}
</style>