Shades of Boston Blue #419DB9
Tints of Boston Blue #419DB9
RGB
CMYK
RGB Variations
Color information
#419DB9 (or 0x419DB9) is known color: Boston Blue. HEX triplet: 41, 9D and B9. RGB value is (65,157,185). Sum of RGB (Red+Green+Blue) = 65+157+185=407 (53% of max value = 765). Red value is 65 (25.78% from 255 or 15.97% from 407); Green value is 157 (61.72% from 255 or 38.57% from 407); Blue value is 185 (72.66% from 255 or 45.45% from 407); Max value from RGB is 185 - color contains mainly: blue. Hex color #419DB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419DB9 is #BE6246. Grayscale: #848484. Windows color (decimal): -12476999 or 12164417. OLE color: 12164417.
HSL color Cylindrical-coordinate representation of color #419DB9: hue angle of 194º 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 #419DB9 is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 157 | 185 | - |
| CMYK | 0.65 | 0.15 | 0 | 0.27 |
| HSL | 194º | 0.48% | 0.49% | - |
| HSV(B) | 194º | 0.65% | 0.73% | - |
| XYZ | 22.99 | 28.74 | 50.23 | - |
| YUV | 132.68 | 157.52 | 79.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 157 | 185 | 0.65 | 0.15 | 0 | 0.27 | 194 | 0.48 | 0.49 |
| Hex | 41 | 9D | B9 | 41 | F | 0 | 1B | C2 | 30 | 31 |
| Octal | 101 | 235 | 271 | 101 | 17 | 0 | 33 | 302 | 60 | 61 |
| Binary | 1000001 | 10011101 | 10111001 | 1000001 | 1111 | 0 | 11011 | 11000010 | 110000 | 110001 |
Color Harmonies of #419DB9
Complementary color
Monochromatic Colors of #419DB9
Black with #419DB9
Text Example
Text Example
White with #419DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419DB9; }
p { color: rgb(65,157,185); }
H1.HeaderClassName
{
color: #419DB9;
}
.AnyTagClassName
{
color: #419DB9;
}
</style>
background-color css
<style>
a { background-color: #419DB9; }
a { background-color: rgb(65,157,185); }
div.DivClassName
{
background-color: #419DB9;
}
.BgClassName
{
background-color: #419DB9;
}
</style>
border-color css
<style>
span { border-color: #419DB9; }
span { border-color: rgb(65,157,185); }
td.TdClassName
{
border-color: #419DB9;
}
.TagClassName
{
border-color: #419DB9;
}
</style>