Shades of Havelock Blue #417BCB
Tints of Havelock Blue #417BCB
RGB
CMYK
RGB Variations
Color information
#417BCB (or 0x417BCB) is known color: Havelock Blue. HEX triplet: 41, 7B and CB. RGB value is (65,123,203). Sum of RGB (Red+Green+Blue) = 65+123+203=391 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.62% from 391); Green value is 123 (48.44% from 255 or 31.46% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #417BCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417BCB is #BE8434. Grayscale: #727272. Windows color (decimal): -12485685 or 13335361. OLE color: 13335361.
HSL color Cylindrical-coordinate representation of color #417BCB: hue angle of 214.78º degrees, saturation: 0.57, 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 #417BCB is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 65 | 123 | 203 | - |
| CMYK | 0.68 | 0.39 | 0 | 0.20 |
| HSL | 214.78º | 0.57% | 0.53% | - |
| HSV(B) | 214.78º | 0.68% | 0.8% | - |
| XYZ | 20.04 | 19.6 | 59.23 | - |
| YUV | 114.78 | 177.78 | 92.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 123 | 203 | 0.68 | 0.39 | 0 | 0.20 | 214.78 | 0.57 | 0.53 |
| Hex | 41 | 7B | CB | 44 | 27 | 0 | 14 | D7 | 39 | 35 |
| Octal | 101 | 173 | 313 | 104 | 47 | 0 | 24 | 327 | 71 | 65 |
| Binary | 1000001 | 1111011 | 11001011 | 1000100 | 100111 | 0 | 10100 | 11010111 | 111001 | 110101 |
Color Harmonies of #417BCB
Complementary color
Monochromatic Colors of #417BCB
Black with #417BCB
Text Example
Text Example
White with #417BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417BCB; }
p { color: rgb(65,123,203); }
H1.HeaderClassName
{
color: #417BCB;
}
.AnyTagClassName
{
color: #417BCB;
}
</style>
background-color css
<style>
a { background-color: #417BCB; }
a { background-color: rgb(65,123,203); }
div.DivClassName
{
background-color: #417BCB;
}
.BgClassName
{
background-color: #417BCB;
}
</style>
border-color css
<style>
span { border-color: #417BCB; }
span { border-color: rgb(65,123,203); }
td.TdClassName
{
border-color: #417BCB;
}
.TagClassName
{
border-color: #417BCB;
}
</style>