Shades of Havelock Blue #418BDB
Tints of Havelock Blue #418BDB
RGB
CMYK
RGB Variations
Color information
#418BDB (or 0x418BDB) is known color: Havelock Blue. HEX triplet: 41, 8B and DB. RGB value is (65,139,219). Sum of RGB (Red+Green+Blue) = 65+139+219=423 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.37% from 423); Green value is 139 (54.69% from 255 or 32.86% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #418BDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418BDB is #BE7424. Grayscale: #7D7D7D. Windows color (decimal): -12481573 or 14388033. OLE color: 14388033.
HSL color Cylindrical-coordinate representation of color #418BDB: hue angle of 211.17º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #418BDB is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 139 | 219 | - |
| CMYK | 0.70 | 0.37 | 0 | 0.14 |
| HSL | 211.17º | 0.68% | 0.56% | - |
| HSV(B) | 211.17º | 0.7% | 0.86% | - |
| XYZ | 24.2 | 24.7 | 70.51 | - |
| YUV | 125.99 | 180.48 | 84.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 139 | 219 | 0.70 | 0.37 | 0 | 0.14 | 211.17 | 0.68 | 0.56 |
| Hex | 41 | 8B | DB | 46 | 25 | 0 | E | D3 | 44 | 38 |
| Octal | 101 | 213 | 333 | 106 | 45 | 0 | 16 | 323 | 104 | 70 |
| Binary | 1000001 | 10001011 | 11011011 | 1000110 | 100101 | 0 | 1110 | 11010011 | 1000100 | 111000 |
Color Harmonies of #418BDB
Complementary color
Monochromatic Colors of #418BDB
Black with #418BDB
Text Example
Text Example
White with #418BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418BDB; }
p { color: rgb(65,139,219); }
H1.HeaderClassName
{
color: #418BDB;
}
.AnyTagClassName
{
color: #418BDB;
}
</style>
background-color css
<style>
a { background-color: #418BDB; }
a { background-color: rgb(65,139,219); }
div.DivClassName
{
background-color: #418BDB;
}
.BgClassName
{
background-color: #418BDB;
}
</style>
border-color css
<style>
span { border-color: #418BDB; }
span { border-color: rgb(65,139,219); }
td.TdClassName
{
border-color: #418BDB;
}
.TagClassName
{
border-color: #418BDB;
}
</style>