Shades of Boston Blue #418AB1
Tints of Boston Blue #418AB1
RGB
CMYK
RGB Variations
Color information
#418AB1 (or 0x418AB1) is known color: Boston Blue. HEX triplet: 41, 8A and B1. RGB value is (65,138,177). Sum of RGB (Red+Green+Blue) = 65+138+177=380 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.11% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 177 (69.53% from 255 or 46.58% from 380); Max value from RGB is 177 - color contains mainly: blue. Hex color #418AB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418AB1 is #BE754E. Grayscale: #787878. Windows color (decimal): -12481871 or 11635265. OLE color: 11635265.
HSL color Cylindrical-coordinate representation of color #418AB1: hue angle of 200.89º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #418AB1 is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 65 | 138 | 177 | - |
| CMYK | 0.63 | 0.22 | 0 | 0.31 |
| HSL | 200.89º | 0.46% | 0.47% | - |
| HSV(B) | 200.89º | 0.63% | 0.69% | - |
| XYZ | 19.2 | 22.48 | 44.92 | - |
| YUV | 120.62 | 159.82 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 138 | 177 | 0.63 | 0.22 | 0 | 0.31 | 200.89 | 0.46 | 0.47 |
| Hex | 41 | 8A | B1 | 3F | 16 | 0 | 1F | C9 | 2E | 2F |
| Octal | 101 | 212 | 261 | 77 | 26 | 0 | 37 | 311 | 56 | 57 |
| Binary | 1000001 | 10001010 | 10110001 | 111111 | 10110 | 0 | 11111 | 11001001 | 101110 | 101111 |
Color Harmonies of #418AB1
Complementary color
Monochromatic Colors of #418AB1
Black with #418AB1
Text Example
Text Example
White with #418AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418AB1; }
p { color: rgb(65,138,177); }
H1.HeaderClassName
{
color: #418AB1;
}
.AnyTagClassName
{
color: #418AB1;
}
</style>
background-color css
<style>
a { background-color: #418AB1; }
a { background-color: rgb(65,138,177); }
div.DivClassName
{
background-color: #418AB1;
}
.BgClassName
{
background-color: #418AB1;
}
</style>
border-color css
<style>
span { border-color: #418AB1; }
span { border-color: rgb(65,138,177); }
td.TdClassName
{
border-color: #418AB1;
}
.TagClassName
{
border-color: #418AB1;
}
</style>