Html Css Color HEX #418AAA Boston Blue

📋 copy color: '#418AAA'

red 65 ◦ green 138 ◦ blue 170

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

Shades of Boston Blue #418AAA

Tints of Boston Blue #418AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 45.58%

R = 17.43%
G = 37%
B = 45.58%

CMYK

 C value IS 0.62

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#418AAA (or 0x418AAA) is known color: Boston Blue. HEX triplet: 41, 8A and AA. RGB value is (65,138,170). Sum of RGB (Red+Green+Blue) = 65+138+170=373 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.43% from 373); Green value is 138 (54.30% from 255 or 37.00% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 170 - color contains mainly: blue. Hex color #418AAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418AAA is #BE7555. Grayscale: #777777. Windows color (decimal): -12481878 or 11176513. OLE color: 11176513.

HSL color Cylindrical-coordinate representation of color #418AAA: hue angle of 198.29º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #418AAA is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 65 138 170 -
CMYK 0.62 0.19 0 0.33
HSL 198.29º 0.45% 0.46% -
HSV(B) 198.29º 0.62% 0.67% -
XYZ 18.52 22.2 41.34 -
YUV 119.82 156.32 88.9 -
System Red Green Blue C M Y K H S L
Decimal 65 138 170 0.62 0.19 0 0.33 198.29 0.45 0.46
Hex 41 8A AA 3E 13 0 21 C6 2D 2E
Octal 101 212 252 76 23 0 41 306 55 56
Binary 1000001 10001010 10101010 111110 10011 0 100001 11000110 101101 101110

Color Harmonies of #418AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418AAA

Black with #418AAA

Text Example


Text Example

White with #418AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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