Shades of Havelock Blue #407ACE
Tints of Havelock Blue #407ACE
RGB
CMYK
RGB Variations
Color information
#407ACE (or 0x407ACE) is known color: Havelock Blue. HEX triplet: 40, 7A and CE. RGB value is (64,122,206). Sum of RGB (Red+Green+Blue) = 64+122+206=392 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.33% from 392); Green value is 122 (48.05% from 255 or 31.12% from 392); Blue value is 206 (80.86% from 255 or 52.55% from 392); Max value from RGB is 206 - color contains mainly: blue. Hex color #407ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407ACE is #BF8531. Grayscale: #717171. Windows color (decimal): -12551474 or 13531712. OLE color: 13531712.
HSL color Cylindrical-coordinate representation of color #407ACE: hue angle of 215.49º degrees, saturation: 0.59, 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 #407ACE is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 122 | 206 | - |
| CMYK | 0.69 | 0.41 | 0 | 0.19 |
| HSL | 215.49º | 0.59% | 0.53% | - |
| HSV(B) | 215.49º | 0.69% | 0.81% | - |
| XYZ | 20.21 | 19.47 | 61.08 | - |
| YUV | 114.23 | 179.78 | 92.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 122 | 206 | 0.69 | 0.41 | 0 | 0.19 | 215.49 | 0.59 | 0.53 |
| Hex | 40 | 7A | CE | 45 | 29 | 0 | 13 | D7 | 3B | 35 |
| Octal | 100 | 172 | 316 | 105 | 51 | 0 | 23 | 327 | 73 | 65 |
| Binary | 1000000 | 1111010 | 11001110 | 1000101 | 101001 | 0 | 10011 | 11010111 | 111011 | 110101 |
Color Harmonies of #407ACE
Complementary color
Monochromatic Colors of #407ACE
Black with #407ACE
Text Example
Text Example
White with #407ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407ACE; }
p { color: rgb(64,122,206); }
H1.HeaderClassName
{
color: #407ACE;
}
.AnyTagClassName
{
color: #407ACE;
}
</style>
background-color css
<style>
a { background-color: #407ACE; }
a { background-color: rgb(64,122,206); }
div.DivClassName
{
background-color: #407ACE;
}
.BgClassName
{
background-color: #407ACE;
}
</style>
border-color css
<style>
span { border-color: #407ACE; }
span { border-color: rgb(64,122,206); }
td.TdClassName
{
border-color: #407ACE;
}
.TagClassName
{
border-color: #407ACE;
}
</style>