Shades of Boston Blue #419FBA
Tints of Boston Blue #419FBA
RGB
CMYK
RGB Variations
Color information
#419FBA (or 0x419FBA) is known color: Boston Blue. HEX triplet: 41, 9F and BA. RGB value is (65,159,186). Sum of RGB (Red+Green+Blue) = 65+159+186=410 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.85% from 410); Green value is 159 (62.5% from 255 or 38.78% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 186 - color contains mainly: blue. Hex color #419FBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419FBA is #BE6045. Grayscale: #858585. Windows color (decimal): -12476486 or 12230465. OLE color: 12230465.
HSL color Cylindrical-coordinate representation of color #419FBA: hue angle of 193.39º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #419FBA is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 159 | 186 | - |
| CMYK | 0.65 | 0.15 | 0 | 0.27 |
| HSL | 193.39º | 0.48% | 0.49% | - |
| HSV(B) | 193.39º | 0.65% | 0.73% | - |
| XYZ | 23.44 | 29.47 | 50.91 | - |
| YUV | 133.97 | 157.36 | 78.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 159 | 186 | 0.65 | 0.15 | 0 | 0.27 | 193.39 | 0.48 | 0.49 |
| Hex | 41 | 9F | BA | 41 | F | 0 | 1B | C1 | 30 | 31 |
| Octal | 101 | 237 | 272 | 101 | 17 | 0 | 33 | 301 | 60 | 61 |
| Binary | 1000001 | 10011111 | 10111010 | 1000001 | 1111 | 0 | 11011 | 11000001 | 110000 | 110001 |
Color Harmonies of #419FBA
Complementary color
Monochromatic Colors of #419FBA
Black with #419FBA
Text Example
Text Example
White with #419FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419FBA; }
p { color: rgb(65,159,186); }
H1.HeaderClassName
{
color: #419FBA;
}
.AnyTagClassName
{
color: #419FBA;
}
</style>
background-color css
<style>
a { background-color: #419FBA; }
a { background-color: rgb(65,159,186); }
div.DivClassName
{
background-color: #419FBA;
}
.BgClassName
{
background-color: #419FBA;
}
</style>
border-color css
<style>
span { border-color: #419FBA; }
span { border-color: rgb(65,159,186); }
td.TdClassName
{
border-color: #419FBA;
}
.TagClassName
{
border-color: #419FBA;
}
</style>