Shades of Havelock Blue #4089DB
Tints of Havelock Blue #4089DB
RGB
CMYK
RGB Variations
Color information
#4089DB (or 0x4089DB) is known color: Havelock Blue. HEX triplet: 40, 89 and DB. RGB value is (64,137,219). Sum of RGB (Red+Green+Blue) = 64+137+219=420 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.24% from 420); Green value is 137 (53.91% from 255 or 32.62% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #4089DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4089DB is #BF7624. Grayscale: #7C7C7C. Windows color (decimal): -12547621 or 14387520. OLE color: 14387520.
HSL color Cylindrical-coordinate representation of color #4089DB: hue angle of 211.74º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4089DB is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 137 | 219 | - |
| CMYK | 0.71 | 0.37 | 0 | 0.14 |
| HSL | 211.74º | 0.68% | 0.55% | - |
| HSV(B) | 211.74º | 0.71% | 0.86% | - |
| XYZ | 23.85 | 24.1 | 70.41 | - |
| YUV | 124.52 | 181.32 | 84.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 137 | 219 | 0.71 | 0.37 | 0 | 0.14 | 211.74 | 0.68 | 0.55 |
| Hex | 40 | 89 | DB | 47 | 25 | 0 | E | D4 | 44 | 37 |
| Octal | 100 | 211 | 333 | 107 | 45 | 0 | 16 | 324 | 104 | 67 |
| Binary | 1000000 | 10001001 | 11011011 | 1000111 | 100101 | 0 | 1110 | 11010100 | 1000100 | 110111 |
Color Harmonies of #4089DB
Complementary color
Monochromatic Colors of #4089DB
Black with #4089DB
Text Example
Text Example
White with #4089DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4089DB; }
p { color: rgb(64,137,219); }
H1.HeaderClassName
{
color: #4089DB;
}
.AnyTagClassName
{
color: #4089DB;
}
</style>
background-color css
<style>
a { background-color: #4089DB; }
a { background-color: rgb(64,137,219); }
div.DivClassName
{
background-color: #4089DB;
}
.BgClassName
{
background-color: #4089DB;
}
</style>
border-color css
<style>
span { border-color: #4089DB; }
span { border-color: rgb(64,137,219); }
td.TdClassName
{
border-color: #4089DB;
}
.TagClassName
{
border-color: #4089DB;
}
</style>