Shades of Boston Blue #519BAF
Tints of Boston Blue #519BAF
RGB
CMYK
RGB Variations
Color information
#519BAF (or 0x519BAF) is known color: Boston Blue. HEX triplet: 51, 9B and AF. RGB value is (81,155,175). Sum of RGB (Red+Green+Blue) = 81+155+175=411 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.71% from 411); Green value is 155 (60.94% from 255 or 37.71% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 175 - color contains mainly: blue. Hex color #519BAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519BAF is #AE6450. Grayscale: #878787. Windows color (decimal): -11428945 or 11508561. OLE color: 11508561.
HSL color Cylindrical-coordinate representation of color #519BAF: hue angle of 192.77º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #519BAF is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 81 | 155 | 175 | - |
| CMYK | 0.54 | 0.11 | 0 | 0.31 |
| HSL | 192.77º | 0.37% | 0.5% | - |
| HSV(B) | 192.77º | 0.54% | 0.69% | - |
| XYZ | 22.85 | 28.29 | 44.81 | - |
| YUV | 135.15 | 150.48 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 155 | 175 | 0.54 | 0.11 | 0 | 0.31 | 192.77 | 0.37 | 0.5 |
| Hex | 51 | 9B | AF | 36 | B | 0 | 1F | C1 | 25 | 32 |
| Octal | 121 | 233 | 257 | 66 | 13 | 0 | 37 | 301 | 45 | 62 |
| Binary | 1010001 | 10011011 | 10101111 | 110110 | 1011 | 0 | 11111 | 11000001 | 100101 | 110010 |
Color Harmonies of #519BAF
Complementary color
Monochromatic Colors of #519BAF
Black with #519BAF
Text Example
Text Example
White with #519BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519BAF; }
p { color: rgb(81,155,175); }
H1.HeaderClassName
{
color: #519BAF;
}
.AnyTagClassName
{
color: #519BAF;
}
</style>
background-color css
<style>
a { background-color: #519BAF; }
a { background-color: rgb(81,155,175); }
div.DivClassName
{
background-color: #519BAF;
}
.BgClassName
{
background-color: #519BAF;
}
</style>
border-color css
<style>
span { border-color: #519BAF; }
span { border-color: rgb(81,155,175); }
td.TdClassName
{
border-color: #519BAF;
}
.TagClassName
{
border-color: #519BAF;
}
</style>