Shades of Havelock Blue #427ECB
Tints of Havelock Blue #427ECB
RGB
CMYK
RGB Variations
Color information
#427ECB (or 0x427ECB) is known color: Havelock Blue. HEX triplet: 42, 7E and CB. RGB value is (66,126,203). Sum of RGB (Red+Green+Blue) = 66+126+203=395 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.71% from 395); Green value is 126 (49.61% from 255 or 31.90% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #427ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427ECB is #BD8134. Grayscale: #747474. Windows color (decimal): -12419381 or 13336130. OLE color: 13336130.
HSL color Cylindrical-coordinate representation of color #427ECB: hue angle of 213.72º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #427ECB is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 126 | 203 | - |
| CMYK | 0.67 | 0.38 | 0 | 0.20 |
| HSL | 213.72º | 0.57% | 0.53% | - |
| HSV(B) | 213.72º | 0.67% | 0.8% | - |
| XYZ | 20.49 | 20.39 | 59.36 | - |
| YUV | 116.84 | 176.62 | 91.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 126 | 203 | 0.67 | 0.38 | 0 | 0.20 | 213.72 | 0.57 | 0.53 |
| Hex | 42 | 7E | CB | 43 | 26 | 0 | 14 | D6 | 39 | 35 |
| Octal | 102 | 176 | 313 | 103 | 46 | 0 | 24 | 326 | 71 | 65 |
| Binary | 1000010 | 1111110 | 11001011 | 1000011 | 100110 | 0 | 10100 | 11010110 | 111001 | 110101 |
Color Harmonies of #427ECB
Complementary color
Monochromatic Colors of #427ECB
Black with #427ECB
Text Example
Text Example
White with #427ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427ECB; }
p { color: rgb(66,126,203); }
H1.HeaderClassName
{
color: #427ECB;
}
.AnyTagClassName
{
color: #427ECB;
}
</style>
background-color css
<style>
a { background-color: #427ECB; }
a { background-color: rgb(66,126,203); }
div.DivClassName
{
background-color: #427ECB;
}
.BgClassName
{
background-color: #427ECB;
}
</style>
border-color css
<style>
span { border-color: #427ECB; }
span { border-color: rgb(66,126,203); }
td.TdClassName
{
border-color: #427ECB;
}
.TagClassName
{
border-color: #427ECB;
}
</style>