Shades of Boston Blue #419AAA
Tints of Boston Blue #419AAA
RGB
CMYK
RGB Variations
Color information
#419AAA (or 0x419AAA) is known color: Boston Blue. HEX triplet: 41, 9A and AA. RGB value is (65,154,170). Sum of RGB (Red+Green+Blue) = 65+154+170=389 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.71% from 389); Green value is 154 (60.55% from 255 or 39.59% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 170 - color contains mainly: blue. Hex color #419AAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419AAA is #BE6555. Grayscale: #818181. Windows color (decimal): -12477782 or 11180609. OLE color: 11180609.
HSL color Cylindrical-coordinate representation of color #419AAA: hue angle of 189.14º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #419AAA is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 154 | 170 | - |
| CMYK | 0.62 | 0.09 | 0 | 0.33 |
| HSL | 189.14º | 0.45% | 0.46% | - |
| HSV(B) | 189.14º | 0.62% | 0.67% | - |
| XYZ | 20.99 | 27.14 | 42.16 | - |
| YUV | 129.21 | 151.01 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 154 | 170 | 0.62 | 0.09 | 0 | 0.33 | 189.14 | 0.45 | 0.46 |
| Hex | 41 | 9A | AA | 3E | 9 | 0 | 21 | BD | 2D | 2E |
| Octal | 101 | 232 | 252 | 76 | 11 | 0 | 41 | 275 | 55 | 56 |
| Binary | 1000001 | 10011010 | 10101010 | 111110 | 1001 | 0 | 100001 | 10111101 | 101101 | 101110 |
Color Harmonies of #419AAA
Complementary color
Monochromatic Colors of #419AAA
Black with #419AAA
Text Example
Text Example
White with #419AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419AAA; }
p { color: rgb(65,154,170); }
H1.HeaderClassName
{
color: #419AAA;
}
.AnyTagClassName
{
color: #419AAA;
}
</style>
background-color css
<style>
a { background-color: #419AAA; }
a { background-color: rgb(65,154,170); }
div.DivClassName
{
background-color: #419AAA;
}
.BgClassName
{
background-color: #419AAA;
}
</style>
border-color css
<style>
span { border-color: #419AAA; }
span { border-color: rgb(65,154,170); }
td.TdClassName
{
border-color: #419AAA;
}
.TagClassName
{
border-color: #419AAA;
}
</style>