Shades of Boston Blue #419DAA
Tints of Boston Blue #419DAA
RGB
CMYK
RGB Variations
Color information
#419DAA (or 0x419DAA) is known color: Boston Blue. HEX triplet: 41, 9D and AA. RGB value is (65,157,170). Sum of RGB (Red+Green+Blue) = 65+157+170=392 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.58% from 392); Green value is 157 (61.72% from 255 or 40.05% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 170 - color contains mainly: blue. Hex color #419DAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419DAA is #BE6255. Grayscale: #828282. Windows color (decimal): -12477014 or 11181377. OLE color: 11181377.
HSL color Cylindrical-coordinate representation of color #419DAA: hue angle of 187.43º 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 #419DAA is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 157 | 170 | - |
| CMYK | 0.62 | 0.08 | 0 | 0.33 |
| HSL | 187.43º | 0.45% | 0.46% | - |
| HSV(B) | 187.43º | 0.62% | 0.67% | - |
| XYZ | 21.49 | 28.14 | 42.33 | - |
| YUV | 130.97 | 150.02 | 80.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 157 | 170 | 0.62 | 0.08 | 0 | 0.33 | 187.43 | 0.45 | 0.46 |
| Hex | 41 | 9D | AA | 3E | 8 | 0 | 21 | BB | 2D | 2E |
| Octal | 101 | 235 | 252 | 76 | 10 | 0 | 41 | 273 | 55 | 56 |
| Binary | 1000001 | 10011101 | 10101010 | 111110 | 1000 | 0 | 100001 | 10111011 | 101101 | 101110 |
Color Harmonies of #419DAA
Complementary color
Monochromatic Colors of #419DAA
Black with #419DAA
Text Example
Text Example
White with #419DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419DAA; }
p { color: rgb(65,157,170); }
H1.HeaderClassName
{
color: #419DAA;
}
.AnyTagClassName
{
color: #419DAA;
}
</style>
background-color css
<style>
a { background-color: #419DAA; }
a { background-color: rgb(65,157,170); }
div.DivClassName
{
background-color: #419DAA;
}
.BgClassName
{
background-color: #419DAA;
}
</style>
border-color css
<style>
span { border-color: #419DAA; }
span { border-color: rgb(65,157,170); }
td.TdClassName
{
border-color: #419DAA;
}
.TagClassName
{
border-color: #419DAA;
}
</style>