Shades of Havelock Blue #518AC4
Tints of Havelock Blue #518AC4
RGB
CMYK
RGB Variations
Color information
#518AC4 (or 0x518AC4) is known color: Havelock Blue. HEX triplet: 51, 8A and C4. RGB value is (81,138,196). Sum of RGB (Red+Green+Blue) = 81+138+196=415 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.52% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 196 (76.95% from 255 or 47.23% from 415); Max value from RGB is 196 - color contains mainly: blue. Hex color #518AC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518AC4 is #AE753B. Grayscale: #7F7F7F. Windows color (decimal): -11433276 or 12880465. OLE color: 12880465.
HSL color Cylindrical-coordinate representation of color #518AC4: hue angle of 210.26º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #518AC4 is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 81 | 138 | 196 | - |
| CMYK | 0.59 | 0.30 | 0 | 0.23 |
| HSL | 210.26º | 0.49% | 0.54% | - |
| HSV(B) | 210.26º | 0.59% | 0.77% | - |
| XYZ | 22.45 | 23.91 | 55.66 | - |
| YUV | 127.57 | 166.62 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 138 | 196 | 0.59 | 0.30 | 0 | 0.23 | 210.26 | 0.49 | 0.54 |
| Hex | 51 | 8A | C4 | 3B | 1E | 0 | 17 | D2 | 31 | 36 |
| Octal | 121 | 212 | 304 | 73 | 36 | 0 | 27 | 322 | 61 | 66 |
| Binary | 1010001 | 10001010 | 11000100 | 111011 | 11110 | 0 | 10111 | 11010010 | 110001 | 110110 |
Color Harmonies of #518AC4
Complementary color
Monochromatic Colors of #518AC4
Black with #518AC4
Text Example
Text Example
White with #518AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518AC4; }
p { color: rgb(81,138,196); }
H1.HeaderClassName
{
color: #518AC4;
}
.AnyTagClassName
{
color: #518AC4;
}
</style>
background-color css
<style>
a { background-color: #518AC4; }
a { background-color: rgb(81,138,196); }
div.DivClassName
{
background-color: #518AC4;
}
.BgClassName
{
background-color: #518AC4;
}
</style>
border-color css
<style>
span { border-color: #518AC4; }
span { border-color: rgb(81,138,196); }
td.TdClassName
{
border-color: #518AC4;
}
.TagClassName
{
border-color: #518AC4;
}
</style>