Shades of Havelock Blue #4180CF
Tints of Havelock Blue #4180CF
RGB
CMYK
RGB Variations
Color information
#4180CF (or 0x4180CF) is known color: Havelock Blue. HEX triplet: 41, 80 and CF. RGB value is (65,128,207). Sum of RGB (Red+Green+Blue) = 65+128+207=400 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.25% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 207 (81.25% from 255 or 51.75% from 400); Max value from RGB is 207 - color contains mainly: blue. Hex color #4180CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4180CF is #BE7F30. Grayscale: #757575. Windows color (decimal): -12484401 or 13598785. OLE color: 13598785.
HSL color Cylindrical-coordinate representation of color #4180CF: hue angle of 213.38º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4180CF is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 128 | 207 | - |
| CMYK | 0.69 | 0.38 | 0 | 0.19 |
| HSL | 213.38º | 0.6% | 0.53% | - |
| HSV(B) | 213.38º | 0.69% | 0.81% | - |
| XYZ | 21.16 | 21.07 | 61.98 | - |
| YUV | 118.17 | 178.13 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 128 | 207 | 0.69 | 0.38 | 0 | 0.19 | 213.38 | 0.6 | 0.53 |
| Hex | 41 | 80 | CF | 45 | 26 | 0 | 13 | D5 | 3C | 35 |
| Octal | 101 | 200 | 317 | 105 | 46 | 0 | 23 | 325 | 74 | 65 |
| Binary | 1000001 | 10000000 | 11001111 | 1000101 | 100110 | 0 | 10011 | 11010101 | 111100 | 110101 |
Color Harmonies of #4180CF
Complementary color
Monochromatic Colors of #4180CF
Black with #4180CF
Text Example
Text Example
White with #4180CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4180CF; }
p { color: rgb(65,128,207); }
H1.HeaderClassName
{
color: #4180CF;
}
.AnyTagClassName
{
color: #4180CF;
}
</style>
background-color css
<style>
a { background-color: #4180CF; }
a { background-color: rgb(65,128,207); }
div.DivClassName
{
background-color: #4180CF;
}
.BgClassName
{
background-color: #4180CF;
}
</style>
border-color css
<style>
span { border-color: #4180CF; }
span { border-color: rgb(65,128,207); }
td.TdClassName
{
border-color: #4180CF;
}
.TagClassName
{
border-color: #4180CF;
}
</style>