Shades of Havelock Blue #427BCB
Tints of Havelock Blue #427BCB
RGB
CMYK
RGB Variations
Color information
#427BCB (or 0x427BCB) is known color: Havelock Blue. HEX triplet: 42, 7B and CB. RGB value is (66,123,203). Sum of RGB (Red+Green+Blue) = 66+123+203=392 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.84% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 203 (79.69% from 255 or 51.79% from 392); Max value from RGB is 203 - color contains mainly: blue. Hex color #427BCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427BCB is #BD8434. Grayscale: #727272. Windows color (decimal): -12420149 or 13335362. OLE color: 13335362.
HSL color Cylindrical-coordinate representation of color #427BCB: hue angle of 215.04º 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 #427BCB is Cyan = 0.67, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 123 | 203 | - |
| CMYK | 0.67 | 0.39 | 0 | 0.20 |
| HSL | 215.04º | 0.57% | 0.53% | - |
| HSV(B) | 215.04º | 0.67% | 0.8% | - |
| XYZ | 20.11 | 19.64 | 59.23 | - |
| YUV | 115.08 | 177.62 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 123 | 203 | 0.67 | 0.39 | 0 | 0.20 | 215.04 | 0.57 | 0.53 |
| Hex | 42 | 7B | CB | 43 | 27 | 0 | 14 | D7 | 39 | 35 |
| Octal | 102 | 173 | 313 | 103 | 47 | 0 | 24 | 327 | 71 | 65 |
| Binary | 1000010 | 1111011 | 11001011 | 1000011 | 100111 | 0 | 10100 | 11010111 | 111001 | 110101 |
Color Harmonies of #427BCB
Complementary color
Monochromatic Colors of #427BCB
Black with #427BCB
Text Example
Text Example
White with #427BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427BCB; }
p { color: rgb(66,123,203); }
H1.HeaderClassName
{
color: #427BCB;
}
.AnyTagClassName
{
color: #427BCB;
}
</style>
background-color css
<style>
a { background-color: #427BCB; }
a { background-color: rgb(66,123,203); }
div.DivClassName
{
background-color: #427BCB;
}
.BgClassName
{
background-color: #427BCB;
}
</style>
border-color css
<style>
span { border-color: #427BCB; }
span { border-color: rgb(66,123,203); }
td.TdClassName
{
border-color: #427BCB;
}
.TagClassName
{
border-color: #427BCB;
}
</style>