Shades of Havelock Blue #427CCB
Tints of Havelock Blue #427CCB
RGB
CMYK
RGB Variations
Color information
#427CCB (or 0x427CCB) is known color: Havelock Blue. HEX triplet: 42, 7C and CB. RGB value is (66,124,203). Sum of RGB (Red+Green+Blue) = 66+124+203=393 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.79% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #427CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427CCB is #BD8334. Grayscale: #737373. Windows color (decimal): -12419893 or 13335618. OLE color: 13335618.
HSL color Cylindrical-coordinate representation of color #427CCB: hue angle of 214.6º 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 #427CCB is Cyan = 0.67, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 124 | 203 | - |
| CMYK | 0.67 | 0.39 | 0 | 0.20 |
| HSL | 214.6º | 0.57% | 0.53% | - |
| HSV(B) | 214.6º | 0.67% | 0.8% | - |
| XYZ | 20.23 | 19.89 | 59.27 | - |
| YUV | 115.66 | 177.28 | 92.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 124 | 203 | 0.67 | 0.39 | 0 | 0.20 | 214.6 | 0.57 | 0.53 |
| Hex | 42 | 7C | CB | 43 | 27 | 0 | 14 | D7 | 39 | 35 |
| Octal | 102 | 174 | 313 | 103 | 47 | 0 | 24 | 327 | 71 | 65 |
| Binary | 1000010 | 1111100 | 11001011 | 1000011 | 100111 | 0 | 10100 | 11010111 | 111001 | 110101 |
Color Harmonies of #427CCB
Complementary color
Monochromatic Colors of #427CCB
Black with #427CCB
Text Example
Text Example
White with #427CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427CCB; }
p { color: rgb(66,124,203); }
H1.HeaderClassName
{
color: #427CCB;
}
.AnyTagClassName
{
color: #427CCB;
}
</style>
background-color css
<style>
a { background-color: #427CCB; }
a { background-color: rgb(66,124,203); }
div.DivClassName
{
background-color: #427CCB;
}
.BgClassName
{
background-color: #427CCB;
}
</style>
border-color css
<style>
span { border-color: #427CCB; }
span { border-color: rgb(66,124,203); }
td.TdClassName
{
border-color: #427CCB;
}
.TagClassName
{
border-color: #427CCB;
}
</style>