Shades of Boston Blue #418BAF
Tints of Boston Blue #418BAF
RGB
CMYK
RGB Variations
Color information
#418BAF (or 0x418BAF) is known color: Boston Blue. HEX triplet: 41, 8B and AF. RGB value is (65,139,175). Sum of RGB (Red+Green+Blue) = 65+139+175=379 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.15% from 379); Green value is 139 (54.69% from 255 or 36.68% from 379); Blue value is 175 (68.75% from 255 or 46.17% from 379); Max value from RGB is 175 - color contains mainly: blue. Hex color #418BAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418BAF is #BE7450. Grayscale: #787878. Windows color (decimal): -12481617 or 11504449. OLE color: 11504449.
HSL color Cylindrical-coordinate representation of color #418BAF: hue angle of 199.64º 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 #418BAF is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 65 | 139 | 175 | - |
| CMYK | 0.63 | 0.21 | 0 | 0.31 |
| HSL | 199.64º | 0.46% | 0.47% | - |
| HSV(B) | 199.64º | 0.63% | 0.69% | - |
| XYZ | 19.15 | 22.68 | 43.93 | - |
| YUV | 120.98 | 158.48 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 139 | 175 | 0.63 | 0.21 | 0 | 0.31 | 199.64 | 0.46 | 0.47 |
| Hex | 41 | 8B | AF | 3F | 15 | 0 | 1F | C8 | 2E | 2F |
| Octal | 101 | 213 | 257 | 77 | 25 | 0 | 37 | 310 | 56 | 57 |
| Binary | 1000001 | 10001011 | 10101111 | 111111 | 10101 | 0 | 11111 | 11001000 | 101110 | 101111 |
Color Harmonies of #418BAF
Complementary color
Monochromatic Colors of #418BAF
Black with #418BAF
Text Example
Text Example
White with #418BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418BAF; }
p { color: rgb(65,139,175); }
H1.HeaderClassName
{
color: #418BAF;
}
.AnyTagClassName
{
color: #418BAF;
}
</style>
background-color css
<style>
a { background-color: #418BAF; }
a { background-color: rgb(65,139,175); }
div.DivClassName
{
background-color: #418BAF;
}
.BgClassName
{
background-color: #418BAF;
}
</style>
border-color css
<style>
span { border-color: #418BAF; }
span { border-color: rgb(65,139,175); }
td.TdClassName
{
border-color: #418BAF;
}
.TagClassName
{
border-color: #418BAF;
}
</style>