Shades of Boston Blue #419AC0
Tints of Boston Blue #419AC0
RGB
CMYK
RGB Variations
Color information
#419AC0 (or 0x419AC0) is known color: Boston Blue. HEX triplet: 41, 9A and C0. RGB value is (65,154,192). Sum of RGB (Red+Green+Blue) = 65+154+192=411 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.82% from 411); Green value is 154 (60.55% from 255 or 37.47% from 411); Blue value is 192 (75.39% from 255 or 46.72% from 411); Max value from RGB is 192 - color contains mainly: blue. Hex color #419AC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419AC0 is #BE653F. Grayscale: #838383. Windows color (decimal): -12477760 or 12622401. OLE color: 12622401.
HSL color Cylindrical-coordinate representation of color #419AC0: hue angle of 197.95º 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 #419AC0 is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 154 | 192 | - |
| CMYK | 0.66 | 0.20 | 0 | 0.25 |
| HSL | 197.95º | 0.5% | 0.5% | - |
| HSV(B) | 197.95º | 0.66% | 0.75% | - |
| XYZ | 23.25 | 28.04 | 54.06 | - |
| YUV | 131.72 | 162.01 | 80.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 154 | 192 | 0.66 | 0.20 | 0 | 0.25 | 197.95 | 0.5 | 0.5 |
| Hex | 41 | 9A | C0 | 42 | 14 | 0 | 19 | C6 | 32 | 32 |
| Octal | 101 | 232 | 300 | 102 | 24 | 0 | 31 | 306 | 62 | 62 |
| Binary | 1000001 | 10011010 | 11000000 | 1000010 | 10100 | 0 | 11001 | 11000110 | 110010 | 110010 |
Color Harmonies of #419AC0
Complementary color
Monochromatic Colors of #419AC0
Black with #419AC0
Text Example
Text Example
White with #419AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419AC0; }
p { color: rgb(65,154,192); }
H1.HeaderClassName
{
color: #419AC0;
}
.AnyTagClassName
{
color: #419AC0;
}
</style>
background-color css
<style>
a { background-color: #419AC0; }
a { background-color: rgb(65,154,192); }
div.DivClassName
{
background-color: #419AC0;
}
.BgClassName
{
background-color: #419AC0;
}
</style>
border-color css
<style>
span { border-color: #419AC0; }
span { border-color: rgb(65,154,192); }
td.TdClassName
{
border-color: #419AC0;
}
.TagClassName
{
border-color: #419AC0;
}
</style>