Html Css Color HEX #418DAA Boston Blue

📋 copy color: '#418DAA'

red 65 ◦ green 141 ◦ blue 170

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

Shades of Boston Blue #418DAA

Tints of Boston Blue #418DAA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.5%

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

R = 17.29%
G = 37.5%
B = 45.21%

CMYK

 C value IS 0.62

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#418DAA (or 0x418DAA) is known color: Boston Blue. HEX triplet: 41, 8D and AA. RGB value is (65,141,170). Sum of RGB (Red+Green+Blue) = 65+141+170=376 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.29% from 376); Green value is 141 (55.47% from 255 or 37.5% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 170 - color contains mainly: blue. Hex color #418DAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418DAA is #BE7255. Grayscale: #797979. Windows color (decimal): -12481110 or 11177281. OLE color: 11177281.

HSL color Cylindrical-coordinate representation of color #418DAA: hue angle of 196.57º 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 #418DAA is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 65 141 170 -
CMYK 0.62 0.17 0 0.33
HSL 196.57º 0.45% 0.46% -
HSV(B) 196.57º 0.62% 0.67% -
XYZ 18.96 23.08 41.48 -
YUV 121.58 155.32 87.64 -
System Red Green Blue C M Y K H S L
Decimal 65 141 170 0.62 0.17 0 0.33 196.57 0.45 0.46
Hex 41 8D AA 3E 11 0 21 C5 2D 2E
Octal 101 215 252 76 21 0 41 305 55 56
Binary 1000001 10001101 10101010 111110 10001 0 100001 11000101 101101 101110

Color Harmonies of #418DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418DAA

Black with #418DAA

Text Example


Text Example

White with #418DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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