Html Css Color HEX #419AAD Boston Blue

📋 copy color: '#419AAD'

red 65 ◦ green 154 ◦ blue 173

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

Shades of Boston Blue #419AAD

Tints of Boston Blue #419AAD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.29%

 BLUE value IS 173 (67.97% from 255) = 44.13%

R = 16.58%
G = 39.29%
B = 44.13%

CMYK

 C value IS 0.62

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#419AAD (or 0x419AAD) is known color: Boston Blue. HEX triplet: 41, 9A and AD. RGB value is (65,154,173). Sum of RGB (Red+Green+Blue) = 65+154+173=392 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.58% from 392); Green value is 154 (60.55% from 255 or 39.29% from 392); Blue value is 173 (67.97% from 255 or 44.13% from 392); Max value from RGB is 173 - color contains mainly: blue. Hex color #419AAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419AAD is #BE6552. Grayscale: #818181. Windows color (decimal): -12477779 or 11377217. OLE color: 11377217.

HSL color Cylindrical-coordinate representation of color #419AAD: hue angle of 190.56º 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 #419AAD is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 65 154 173 -
CMYK 0.62 0.11 0 0.32
HSL 190.56º 0.45% 0.47% -
HSV(B) 190.56º 0.62% 0.68% -
XYZ 21.28 27.25 43.67 -
YUV 129.56 152.51 81.96 -
System Red Green Blue C M Y K H S L
Decimal 65 154 173 0.62 0.11 0 0.32 190.56 0.45 0.47
Hex 41 9A AD 3E B 0 20 BF 2D 2F
Octal 101 232 255 76 13 0 40 277 55 57
Binary 1000001 10011010 10101101 111110 1011 0 100000 10111111 101101 101111

Color Harmonies of #419AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419AAD

Black with #419AAD

Text Example


Text Example

White with #419AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419AAD; }

 p { color: rgb(65,154,173); }

 H1.HeaderClassName
 {
   color: #419AAD;
 }
 .AnyTagClassName
 {
   color: #419AAD;
 }
</style>

background-color css

<style>
 a { background-color: #419AAD; }

 a { background-color: rgb(65,154,173); }

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

border-color css

<style>
 span { border-color: #419AAD; }

 span { border-color: rgb(65,154,173); }

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