Shades of Havelock Blue #427ACE
Tints of Havelock Blue #427ACE
RGB
CMYK
RGB Variations
Color information
#427ACE (or 0x427ACE) is known color: Havelock Blue. HEX triplet: 42, 7A and CE. RGB value is (66,122,206). Sum of RGB (Red+Green+Blue) = 66+122+206=394 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.75% from 394); Green value is 122 (48.05% from 255 or 30.96% from 394); Blue value is 206 (80.86% from 255 or 52.28% from 394); Max value from RGB is 206 - color contains mainly: blue. Hex color #427ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427ACE is #BD8531. Grayscale: #727272. Windows color (decimal): -12420402 or 13531714. OLE color: 13531714.
HSL color Cylindrical-coordinate representation of color #427ACE: hue angle of 216º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #427ACE is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 122 | 206 | - |
| CMYK | 0.68 | 0.41 | 0 | 0.19 |
| HSL | 216º | 0.59% | 0.53% | - |
| HSV(B) | 216º | 0.68% | 0.81% | - |
| XYZ | 20.35 | 19.53 | 61.09 | - |
| YUV | 114.83 | 179.45 | 93.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 122 | 206 | 0.68 | 0.41 | 0 | 0.19 | 216 | 0.59 | 0.53 |
| Hex | 42 | 7A | CE | 44 | 29 | 0 | 13 | D8 | 3B | 35 |
| Octal | 102 | 172 | 316 | 104 | 51 | 0 | 23 | 330 | 73 | 65 |
| Binary | 1000010 | 1111010 | 11001110 | 1000100 | 101001 | 0 | 10011 | 11011000 | 111011 | 110101 |
Color Harmonies of #427ACE
Complementary color
Monochromatic Colors of #427ACE
Black with #427ACE
Text Example
Text Example
White with #427ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427ACE; }
p { color: rgb(66,122,206); }
H1.HeaderClassName
{
color: #427ACE;
}
.AnyTagClassName
{
color: #427ACE;
}
</style>
background-color css
<style>
a { background-color: #427ACE; }
a { background-color: rgb(66,122,206); }
div.DivClassName
{
background-color: #427ACE;
}
.BgClassName
{
background-color: #427ACE;
}
</style>
border-color css
<style>
span { border-color: #427ACE; }
span { border-color: rgb(66,122,206); }
td.TdClassName
{
border-color: #427ACE;
}
.TagClassName
{
border-color: #427ACE;
}
</style>