#418FA5

Color #418FA5 Boston Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Boston Blue #418FA5

Tints of Boston Blue #418FA5

Color information

#418FA5 (or 0x418FA5) is unknown color: approx Boston Blue. HEX triplet: 41, 8F and A5. RGB value is (65,143,165). Sum of RGB (Red+Green+Blue) = 65+143+165=373 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.43% from 373); Green value is 143 (56.25% from 255 or 38.34% from 373); Blue value is 165 (64.84% from 255 or 44.24% from 373); Max value from RGB is 165 - color contains mainly: blue. Hex color #418FA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418FA5 is #BE705A. Grayscale: #7A7A7A. Windows color (decimal): -12480603 or 10850113. OLE color: 10850113.

HSL color Cylindrical-coordinate representation of color #418FA5: hue angle of 193.2º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #418FA5 is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB65143165-
CMYK0.610.1300.35
HSL193.2º43.48%45.1%-
HSV(B)193.2º60.61%64.71%-
XYZ18.7923.4939.14-
YUV122.19152.1687.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 65 (25.78% from 255) = 17.43%
GREEN value IS 143 (56.25% from 255) = 38.34%
BLUE value IS 165 (64.84% from 255) = 44.24%
R=17.43%
G=38.34%
B=44.24%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal651431650.610.1300.35193.243.4845.1
Hex418FA53DD023c12b2d
Octal10121724575150433015355
Binary100000110001111101001011111011101010001111000001101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418FA5; }

 p { color: rgb(65,143,165); }

 H1.HeaderClassName
 {
   color: #418FA5;
 }
 .AnyTagClassName
 {
   color: #418FA5;
 }
</style>
background-color css

<style>
 a { background-color: #418FA5; }

 a { background-color: rgb(65,143,165); }

 div.DivClassName
 {
   background-color: #418FA5;
 }
 .BgClassName
 {
   background-color: #418FA5;
 }
</style>
border-color css

<style>
 span { border-color: #418FA5; }

 span { border-color: rgb(65,143,165); }

 td.TdClassName
 {
   border-color: #418FA5;
 }
 .TagClassName
 {
   border-color: #418FA5;
 }
</style>