Shades of Havelock Blue #417BCC
Tints of Havelock Blue #417BCC
RGB
CMYK
RGB Variations
Color information
#417BCC (or 0x417BCC) is known color: Havelock Blue. HEX triplet: 41, 7B and CC. RGB value is (65,123,204). Sum of RGB (Red+Green+Blue) = 65+123+204=392 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.58% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 204 (80.08% from 255 or 52.04% from 392); Max value from RGB is 204 - color contains mainly: blue. Hex color #417BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417BCC is #BE8433. Grayscale: #727272. Windows color (decimal): -12485684 or 13400897. OLE color: 13400897.
HSL color Cylindrical-coordinate representation of color #417BCC: hue angle of 214.96º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #417BCC is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 65 | 123 | 204 | - |
| CMYK | 0.68 | 0.40 | 0 | 0.2 |
| HSL | 214.96º | 0.58% | 0.53% | - |
| HSV(B) | 214.96º | 0.68% | 0.8% | - |
| XYZ | 20.16 | 19.65 | 59.86 | - |
| YUV | 114.89 | 178.28 | 92.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 123 | 204 | 0.68 | 0.40 | 0 | 0.2 | 214.96 | 0.58 | 0.53 |
| Hex | 41 | 7B | CC | 44 | 28 | 0 | 14 | D7 | 3A | 35 |
| Octal | 101 | 173 | 314 | 104 | 50 | 0 | 24 | 327 | 72 | 65 |
| Binary | 1000001 | 1111011 | 11001100 | 1000100 | 101000 | 0 | 10100 | 11010111 | 111010 | 110101 |
Color Harmonies of #417BCC
Complementary color
Monochromatic Colors of #417BCC
Black with #417BCC
Text Example
Text Example
White with #417BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417BCC; }
p { color: rgb(65,123,204); }
H1.HeaderClassName
{
color: #417BCC;
}
.AnyTagClassName
{
color: #417BCC;
}
</style>
background-color css
<style>
a { background-color: #417BCC; }
a { background-color: rgb(65,123,204); }
div.DivClassName
{
background-color: #417BCC;
}
.BgClassName
{
background-color: #417BCC;
}
</style>
border-color css
<style>
span { border-color: #417BCC; }
span { border-color: rgb(65,123,204); }
td.TdClassName
{
border-color: #417BCC;
}
.TagClassName
{
border-color: #417BCC;
}
</style>