Shades of Boston Blue #419BA7
Tints of Boston Blue #419BA7
RGB
CMYK
RGB Variations
Color information
#419BA7 (or 0x419BA7) is known color: Boston Blue. HEX triplet: 41, 9B and A7. RGB value is (65,155,167). Sum of RGB (Red+Green+Blue) = 65+155+167=387 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.80% from 387); Green value is 155 (60.94% from 255 or 40.05% from 387); Blue value is 167 (65.62% from 255 or 43.15% from 387); Max value from RGB is 167 - color contains mainly: blue. Hex color #419BA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419BA7 is #BE6458. Grayscale: #818181. Windows color (decimal): -12477529 or 10984257. OLE color: 10984257.
HSL color Cylindrical-coordinate representation of color #419BA7: hue angle of 187.06º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #419BA7 is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 65 | 155 | 167 | - |
| CMYK | 0.61 | 0.07 | 0 | 0.35 |
| HSL | 187.06º | 0.44% | 0.45% | - |
| HSV(B) | 187.06º | 0.61% | 0.65% | - |
| XYZ | 20.88 | 27.36 | 40.74 | - |
| YUV | 129.46 | 149.18 | 82.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 155 | 167 | 0.61 | 0.07 | 0 | 0.35 | 187.06 | 0.44 | 0.45 |
| Hex | 41 | 9B | A7 | 3D | 7 | 0 | 23 | BB | 2C | 2D |
| Octal | 101 | 233 | 247 | 75 | 7 | 0 | 43 | 273 | 54 | 55 |
| Binary | 1000001 | 10011011 | 10100111 | 111101 | 111 | 0 | 100011 | 10111011 | 101100 | 101101 |
Color Harmonies of #419BA7
Complementary color
Monochromatic Colors of #419BA7
Black with #419BA7
Text Example
Text Example
White with #419BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419BA7; }
p { color: rgb(65,155,167); }
H1.HeaderClassName
{
color: #419BA7;
}
.AnyTagClassName
{
color: #419BA7;
}
</style>
background-color css
<style>
a { background-color: #419BA7; }
a { background-color: rgb(65,155,167); }
div.DivClassName
{
background-color: #419BA7;
}
.BgClassName
{
background-color: #419BA7;
}
</style>
border-color css
<style>
span { border-color: #419BA7; }
span { border-color: rgb(65,155,167); }
td.TdClassName
{
border-color: #419BA7;
}
.TagClassName
{
border-color: #419BA7;
}
</style>