Shades of Havelock Blue #487BC1
Tints of Havelock Blue #487BC1
RGB
CMYK
RGB Variations
Color information
#487BC1 (or 0x487BC1) is known color: Havelock Blue. HEX triplet: 48, 7B and C1. RGB value is (72,123,193). Sum of RGB (Red+Green+Blue) = 72+123+193=388 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.56% from 388); Green value is 123 (48.44% from 255 or 31.70% from 388); Blue value is 193 (75.78% from 255 or 49.74% from 388); Max value from RGB is 193 - color contains mainly: blue. Hex color #487BC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487BC1 is #B7843E. Grayscale: #737373. Windows color (decimal): -12026943 or 12680008. OLE color: 12680008.
HSL color Cylindrical-coordinate representation of color #487BC1: hue angle of 214.71º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #487BC1 is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 72 | 123 | 193 | - |
| CMYK | 0.63 | 0.36 | 0 | 0.24 |
| HSL | 214.71º | 0.49% | 0.52% | - |
| HSV(B) | 214.71º | 0.63% | 0.76% | - |
| XYZ | 19.38 | 19.39 | 53.17 | - |
| YUV | 115.73 | 171.6 | 96.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 123 | 193 | 0.63 | 0.36 | 0 | 0.24 | 214.71 | 0.49 | 0.52 |
| Hex | 48 | 7B | C1 | 3F | 24 | 0 | 18 | D7 | 31 | 34 |
| Octal | 110 | 173 | 301 | 77 | 44 | 0 | 30 | 327 | 61 | 64 |
| Binary | 1001000 | 1111011 | 11000001 | 111111 | 100100 | 0 | 11000 | 11010111 | 110001 | 110100 |
Color Harmonies of #487BC1
Complementary color
Monochromatic Colors of #487BC1
Black with #487BC1
Text Example
Text Example
White with #487BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487BC1; }
p { color: rgb(72,123,193); }
H1.HeaderClassName
{
color: #487BC1;
}
.AnyTagClassName
{
color: #487BC1;
}
</style>
background-color css
<style>
a { background-color: #487BC1; }
a { background-color: rgb(72,123,193); }
div.DivClassName
{
background-color: #487BC1;
}
.BgClassName
{
background-color: #487BC1;
}
</style>
border-color css
<style>
span { border-color: #487BC1; }
span { border-color: rgb(72,123,193); }
td.TdClassName
{
border-color: #487BC1;
}
.TagClassName
{
border-color: #487BC1;
}
</style>