Shades of Boston Blue #419BBC
Tints of Boston Blue #419BBC
RGB
CMYK
RGB Variations
Color information
#419BBC (or 0x419BBC) is known color: Boston Blue. HEX triplet: 41, 9B and BC. RGB value is (65,155,188). Sum of RGB (Red+Green+Blue) = 65+155+188=408 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.93% from 408); Green value is 155 (60.94% from 255 or 37.99% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 188 - color contains mainly: blue. Hex color #419BBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419BBC is #BE6443. Grayscale: #838383. Windows color (decimal): -12477508 or 12360513. OLE color: 12360513.
HSL color Cylindrical-coordinate representation of color #419BBC: hue angle of 196.1º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #419BBC is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 65 | 155 | 188 | - |
| CMYK | 0.65 | 0.18 | 0 | 0.26 |
| HSL | 196.1º | 0.49% | 0.5% | - |
| HSV(B) | 196.1º | 0.65% | 0.74% | - |
| XYZ | 22.98 | 28.2 | 51.81 | - |
| YUV | 131.85 | 159.68 | 80.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 155 | 188 | 0.65 | 0.18 | 0 | 0.26 | 196.1 | 0.49 | 0.5 |
| Hex | 41 | 9B | BC | 41 | 12 | 0 | 1A | C4 | 31 | 32 |
| Octal | 101 | 233 | 274 | 101 | 22 | 0 | 32 | 304 | 61 | 62 |
| Binary | 1000001 | 10011011 | 10111100 | 1000001 | 10010 | 0 | 11010 | 11000100 | 110001 | 110010 |
Color Harmonies of #419BBC
Complementary color
Monochromatic Colors of #419BBC
Black with #419BBC
Text Example
Text Example
White with #419BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419BBC; }
p { color: rgb(65,155,188); }
H1.HeaderClassName
{
color: #419BBC;
}
.AnyTagClassName
{
color: #419BBC;
}
</style>
background-color css
<style>
a { background-color: #419BBC; }
a { background-color: rgb(65,155,188); }
div.DivClassName
{
background-color: #419BBC;
}
.BgClassName
{
background-color: #419BBC;
}
</style>
border-color css
<style>
span { border-color: #419BBC; }
span { border-color: rgb(65,155,188); }
td.TdClassName
{
border-color: #419BBC;
}
.TagClassName
{
border-color: #419BBC;
}
</style>