Shades of Boston Blue #418AAD
Tints of Boston Blue #418AAD
RGB
CMYK
RGB Variations
Color information
#418AAD (or 0x418AAD) is known color: Boston Blue. HEX triplet: 41, 8A and AD. RGB value is (65,138,173). Sum of RGB (Red+Green+Blue) = 65+138+173=376 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.29% from 376); Green value is 138 (54.30% from 255 or 36.70% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 173 - color contains mainly: blue. Hex color #418AAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418AAD is #BE7552. Grayscale: #777777. Windows color (decimal): -12481875 or 11373121. OLE color: 11373121.
HSL color Cylindrical-coordinate representation of color #418AAD: hue angle of 199.44º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #418AAD is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 65 | 138 | 173 | - |
| CMYK | 0.62 | 0.20 | 0 | 0.32 |
| HSL | 199.44º | 0.45% | 0.47% | - |
| HSV(B) | 199.44º | 0.62% | 0.68% | - |
| XYZ | 18.81 | 22.32 | 42.85 | - |
| YUV | 120.16 | 157.82 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 138 | 173 | 0.62 | 0.20 | 0 | 0.32 | 199.44 | 0.45 | 0.47 |
| Hex | 41 | 8A | AD | 3E | 14 | 0 | 20 | C7 | 2D | 2F |
| Octal | 101 | 212 | 255 | 76 | 24 | 0 | 40 | 307 | 55 | 57 |
| Binary | 1000001 | 10001010 | 10101101 | 111110 | 10100 | 0 | 100000 | 11000111 | 101101 | 101111 |
Color Harmonies of #418AAD
Complementary color
Monochromatic Colors of #418AAD
Black with #418AAD
Text Example
Text Example
White with #418AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418AAD; }
p { color: rgb(65,138,173); }
H1.HeaderClassName
{
color: #418AAD;
}
.AnyTagClassName
{
color: #418AAD;
}
</style>
background-color css
<style>
a { background-color: #418AAD; }
a { background-color: rgb(65,138,173); }
div.DivClassName
{
background-color: #418AAD;
}
.BgClassName
{
background-color: #418AAD;
}
</style>
border-color css
<style>
span { border-color: #418AAD; }
span { border-color: rgb(65,138,173); }
td.TdClassName
{
border-color: #418AAD;
}
.TagClassName
{
border-color: #418AAD;
}
</style>