Shades of Havelock Blue #4189DC
Tints of Havelock Blue #4189DC
RGB
CMYK
RGB Variations
Color information
#4189DC (or 0x4189DC) is known color: Havelock Blue. HEX triplet: 41, 89 and DC. RGB value is (65,137,220). Sum of RGB (Red+Green+Blue) = 65+137+220=422 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.40% from 422); Green value is 137 (53.91% from 255 or 32.46% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #4189DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4189DC is #BE7623. Grayscale: #7C7C7C. Windows color (decimal): -12482084 or 14453057. OLE color: 14453057.
HSL color Cylindrical-coordinate representation of color #4189DC: hue angle of 212.13º degrees, saturation: 0.69, 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 #4189DC is Cyan = 0.70, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 137 | 220 | - |
| CMYK | 0.70 | 0.38 | 0 | 0.14 |
| HSL | 212.13º | 0.69% | 0.56% | - |
| HSV(B) | 212.13º | 0.7% | 0.86% | - |
| XYZ | 24.04 | 24.18 | 71.11 | - |
| YUV | 124.93 | 181.65 | 85.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 137 | 220 | 0.70 | 0.38 | 0 | 0.14 | 212.13 | 0.69 | 0.56 |
| Hex | 41 | 89 | DC | 46 | 26 | 0 | E | D4 | 45 | 38 |
| Octal | 101 | 211 | 334 | 106 | 46 | 0 | 16 | 324 | 105 | 70 |
| Binary | 1000001 | 10001001 | 11011100 | 1000110 | 100110 | 0 | 1110 | 11010100 | 1000101 | 111000 |
Color Harmonies of #4189DC
Complementary color
Monochromatic Colors of #4189DC
Black with #4189DC
Text Example
Text Example
White with #4189DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4189DC; }
p { color: rgb(65,137,220); }
H1.HeaderClassName
{
color: #4189DC;
}
.AnyTagClassName
{
color: #4189DC;
}
</style>
background-color css
<style>
a { background-color: #4189DC; }
a { background-color: rgb(65,137,220); }
div.DivClassName
{
background-color: #4189DC;
}
.BgClassName
{
background-color: #4189DC;
}
</style>
border-color css
<style>
span { border-color: #4189DC; }
span { border-color: rgb(65,137,220); }
td.TdClassName
{
border-color: #4189DC;
}
.TagClassName
{
border-color: #4189DC;
}
</style>