Shades of Havelock Blue #5F7BCA
Tints of Havelock Blue #5F7BCA
RGB
CMYK
RGB Variations
Color information
#5F7BCA (or 0x5F7BCA) is known color: Havelock Blue. HEX triplet: 5F, 7B and CA. RGB value is (95,123,202). Sum of RGB (Red+Green+Blue) = 95+123+202=420 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.62% from 420); Green value is 123 (48.44% from 255 or 29.29% from 420); Blue value is 202 (79.30% from 255 or 48.10% from 420); Max value from RGB is 202 - color contains mainly: blue. Hex color #5F7BCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F7BCA is #A08435. Grayscale: #7B7B7B. Windows color (decimal): -10519606 or 13269855. OLE color: 13269855.
HSL color Cylindrical-coordinate representation of color #5F7BCA: hue angle of 224.3º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5F7BCA is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 95 | 123 | 202 | - |
| CMYK | 0.53 | 0.39 | 0 | 0.21 |
| HSL | 224.3º | 0.5% | 0.58% | - |
| HSV(B) | 224.3º | 0.53% | 0.79% | - |
| XYZ | 22.46 | 20.86 | 58.72 | - |
| YUV | 123.63 | 172.22 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 123 | 202 | 0.53 | 0.39 | 0 | 0.21 | 224.3 | 0.5 | 0.58 |
| Hex | 5F | 7B | CA | 35 | 27 | 0 | 15 | E0 | 32 | 3A |
| Octal | 137 | 173 | 312 | 65 | 47 | 0 | 25 | 340 | 62 | 72 |
| Binary | 1011111 | 1111011 | 11001010 | 110101 | 100111 | 0 | 10101 | 11100000 | 110010 | 111010 |
Color Harmonies of #5F7BCA
Complementary color
Monochromatic Colors of #5F7BCA
Black with #5F7BCA
Text Example
Text Example
White with #5F7BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7BCA; }
p { color: rgb(95,123,202); }
H1.HeaderClassName
{
color: #5F7BCA;
}
.AnyTagClassName
{
color: #5F7BCA;
}
</style>
background-color css
<style>
a { background-color: #5F7BCA; }
a { background-color: rgb(95,123,202); }
div.DivClassName
{
background-color: #5F7BCA;
}
.BgClassName
{
background-color: #5F7BCA;
}
</style>
border-color css
<style>
span { border-color: #5F7BCA; }
span { border-color: rgb(95,123,202); }
td.TdClassName
{
border-color: #5F7BCA;
}
.TagClassName
{
border-color: #5F7BCA;
}
</style>