Shades of Boston Blue #419DBF
Tints of Boston Blue #419DBF
RGB
CMYK
RGB Variations
Color information
#419DBF (or 0x419DBF) is known color: Boston Blue. HEX triplet: 41, 9D and BF. RGB value is (65,157,191). Sum of RGB (Red+Green+Blue) = 65+157+191=413 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.74% from 413); Green value is 157 (61.72% from 255 or 38.01% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 191 - color contains mainly: blue. Hex color #419DBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419DBF is #BE6240. Grayscale: #858585. Windows color (decimal): -12476993 or 12557633. OLE color: 12557633.
HSL color Cylindrical-coordinate representation of color #419DBF: hue angle of 196.19º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #419DBF is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 157 | 191 | - |
| CMYK | 0.66 | 0.18 | 0 | 0.25 |
| HSL | 196.19º | 0.5% | 0.5% | - |
| HSV(B) | 196.19º | 0.66% | 0.75% | - |
| XYZ | 23.64 | 29 | 53.64 | - |
| YUV | 133.37 | 160.52 | 79.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 157 | 191 | 0.66 | 0.18 | 0 | 0.25 | 196.19 | 0.5 | 0.5 |
| Hex | 41 | 9D | BF | 42 | 12 | 0 | 19 | C4 | 32 | 32 |
| Octal | 101 | 235 | 277 | 102 | 22 | 0 | 31 | 304 | 62 | 62 |
| Binary | 1000001 | 10011101 | 10111111 | 1000010 | 10010 | 0 | 11001 | 11000100 | 110010 | 110010 |
Color Harmonies of #419DBF
Complementary color
Monochromatic Colors of #419DBF
Black with #419DBF
Text Example
Text Example
White with #419DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419DBF; }
p { color: rgb(65,157,191); }
H1.HeaderClassName
{
color: #419DBF;
}
.AnyTagClassName
{
color: #419DBF;
}
</style>
background-color css
<style>
a { background-color: #419DBF; }
a { background-color: rgb(65,157,191); }
div.DivClassName
{
background-color: #419DBF;
}
.BgClassName
{
background-color: #419DBF;
}
</style>
border-color css
<style>
span { border-color: #419DBF; }
span { border-color: rgb(65,157,191); }
td.TdClassName
{
border-color: #419DBF;
}
.TagClassName
{
border-color: #419DBF;
}
</style>