Html Css Color HEX #418AAF Boston Blue

📋 copy color: '#418AAF'

red 65 ◦ green 138 ◦ blue 175

#418AAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Boston Blue #418AAF

Tints of Boston Blue #418AAF

RGB

 RED value IS 65 (25.78% from 255) = 17.2%

 GREEN value IS 138 (54.3% from 255) = 36.51%

 BLUE value IS 175 (68.75% from 255) = 46.3%

R = 17.2%
G = 36.51%
B = 46.3%

CMYK

 C value IS 0.63

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#418AAF (or 0x418AAF) is known color: Boston Blue. HEX triplet: 41, 8A and AF. RGB value is (65,138,175). Sum of RGB (Red+Green+Blue) = 65+138+175=378 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.20% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 175 - color contains mainly: blue. Hex color #418AAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418AAF is #BE7550. Grayscale: #787878. Windows color (decimal): -12481873 or 11504193. OLE color: 11504193.

HSL color Cylindrical-coordinate representation of color #418AAF: hue angle of 200.18º 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 #418AAF is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 65 138 175 -
CMYK 0.63 0.21 0 0.31
HSL 200.18º 0.46% 0.47% -
HSV(B) 200.18º 0.63% 0.69% -
XYZ 19.01 22.4 43.88 -
YUV 120.39 158.82 88.49 -
System Red Green Blue C M Y K H S L
Decimal 65 138 175 0.63 0.21 0 0.31 200.18 0.46 0.47
Hex 41 8A AF 3F 15 0 1F C8 2E 2F
Octal 101 212 257 77 25 0 37 310 56 57
Binary 1000001 10001010 10101111 111111 10101 0 11111 11001000 101110 101111

Color Harmonies of #418AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418AAF

Black with #418AAF

Text Example


Text Example

White with #418AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,138,175); }

 H1.HeaderClassName
 {
   color: #418AAF;
 }
 .AnyTagClassName
 {
   color: #418AAF;
 }
</style>

background-color css

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

 a { background-color: rgb(65,138,175); }

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

border-color css

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

 span { border-color: rgb(65,138,175); }

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