Shades of Havelock Blue #4186DA
Tints of Havelock Blue #4186DA
RGB
CMYK
RGB Variations
Color information
#4186DA (or 0x4186DA) is known color: Havelock Blue. HEX triplet: 41, 86 and DA. RGB value is (65,134,218). Sum of RGB (Red+Green+Blue) = 65+134+218=417 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.59% from 417); Green value is 134 (52.73% from 255 or 32.13% from 417); Blue value is 218 (85.55% from 255 or 52.28% from 417); Max value from RGB is 218 - color contains mainly: blue. Hex color #4186DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4186DA is #BE7925. Grayscale: #7A7A7A. Windows color (decimal): -12482854 or 14321217. OLE color: 14321217.
HSL color Cylindrical-coordinate representation of color #4186DA: hue angle of 212.94º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4186DA is Cyan = 0.70, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 65 | 134 | 218 | - |
| CMYK | 0.70 | 0.39 | 0 | 0.15 |
| HSL | 212.94º | 0.67% | 0.55% | - |
| HSV(B) | 212.94º | 0.7% | 0.85% | - |
| XYZ | 23.36 | 23.24 | 69.58 | - |
| YUV | 122.95 | 181.64 | 86.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 134 | 218 | 0.70 | 0.39 | 0 | 0.15 | 212.94 | 0.67 | 0.55 |
| Hex | 41 | 86 | DA | 46 | 27 | 0 | F | D5 | 43 | 37 |
| Octal | 101 | 206 | 332 | 106 | 47 | 0 | 17 | 325 | 103 | 67 |
| Binary | 1000001 | 10000110 | 11011010 | 1000110 | 100111 | 0 | 1111 | 11010101 | 1000011 | 110111 |
Color Harmonies of #4186DA
Complementary color
Monochromatic Colors of #4186DA
Black with #4186DA
Text Example
Text Example
White with #4186DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4186DA; }
p { color: rgb(65,134,218); }
H1.HeaderClassName
{
color: #4186DA;
}
.AnyTagClassName
{
color: #4186DA;
}
</style>
background-color css
<style>
a { background-color: #4186DA; }
a { background-color: rgb(65,134,218); }
div.DivClassName
{
background-color: #4186DA;
}
.BgClassName
{
background-color: #4186DA;
}
</style>
border-color css
<style>
span { border-color: #4186DA; }
span { border-color: rgb(65,134,218); }
td.TdClassName
{
border-color: #4186DA;
}
.TagClassName
{
border-color: #4186DA;
}
</style>