Shades of Havelock Blue #4189DB
Tints of Havelock Blue #4189DB
RGB
CMYK
RGB Variations
Color information
#4189DB (or 0x4189DB) is known color: Havelock Blue. HEX triplet: 41, 89 and DB. RGB value is (65,137,219). Sum of RGB (Red+Green+Blue) = 65+137+219=421 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.44% from 421); Green value is 137 (53.91% from 255 or 32.54% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #4189DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4189DB is #BE7624. Grayscale: #7C7C7C. Windows color (decimal): -12482085 or 14387521. OLE color: 14387521.
HSL color Cylindrical-coordinate representation of color #4189DB: hue angle of 211.95º 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 #4189DB is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 137 | 219 | - |
| CMYK | 0.70 | 0.37 | 0 | 0.14 |
| HSL | 211.95º | 0.68% | 0.56% | - |
| HSV(B) | 211.95º | 0.7% | 0.86% | - |
| XYZ | 23.91 | 24.13 | 70.42 | - |
| YUV | 124.82 | 181.15 | 85.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 137 | 219 | 0.70 | 0.37 | 0 | 0.14 | 211.95 | 0.68 | 0.56 |
| Hex | 41 | 89 | DB | 46 | 25 | 0 | E | D4 | 44 | 38 |
| Octal | 101 | 211 | 333 | 106 | 45 | 0 | 16 | 324 | 104 | 70 |
| Binary | 1000001 | 10001001 | 11011011 | 1000110 | 100101 | 0 | 1110 | 11010100 | 1000100 | 111000 |
Color Harmonies of #4189DB
Complementary color
Monochromatic Colors of #4189DB
Black with #4189DB
Text Example
Text Example
White with #4189DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4189DB; }
p { color: rgb(65,137,219); }
H1.HeaderClassName
{
color: #4189DB;
}
.AnyTagClassName
{
color: #4189DB;
}
</style>
background-color css
<style>
a { background-color: #4189DB; }
a { background-color: rgb(65,137,219); }
div.DivClassName
{
background-color: #4189DB;
}
.BgClassName
{
background-color: #4189DB;
}
</style>
border-color css
<style>
span { border-color: #4189DB; }
span { border-color: rgb(65,137,219); }
td.TdClassName
{
border-color: #4189DB;
}
.TagClassName
{
border-color: #4189DB;
}
</style>