Html Css Color HEX #419AAB Boston Blue

📋 copy color: '#419AAB'

red 65 ◦ green 154 ◦ blue 171

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

Shades of Boston Blue #419AAB

Tints of Boston Blue #419AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.85%

R = 16.67%
G = 39.49%
B = 43.85%

CMYK

 C value IS 0.62

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#419AAB (or 0x419AAB) is known color: Boston Blue. HEX triplet: 41, 9A and AB. RGB value is (65,154,171). Sum of RGB (Red+Green+Blue) = 65+154+171=390 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.67% from 390); Green value is 154 (60.55% from 255 or 39.49% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 171 - color contains mainly: blue. Hex color #419AAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419AAB is #BE6554. Grayscale: #818181. Windows color (decimal): -12477781 or 11246145. OLE color: 11246145.

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

Color convert

RGB 65 154 171 -
CMYK 0.62 0.10 0 0.33
HSL 189.62º 0.45% 0.46% -
HSV(B) 189.62º 0.62% 0.67% -
XYZ 21.09 27.18 42.66 -
YUV 129.33 151.51 82.12 -
System Red Green Blue C M Y K H S L
Decimal 65 154 171 0.62 0.10 0 0.33 189.62 0.45 0.46
Hex 41 9A AB 3E A 0 21 BE 2D 2E
Octal 101 232 253 76 12 0 41 276 55 56
Binary 1000001 10011010 10101011 111110 1010 0 100001 10111110 101101 101110

Color Harmonies of #419AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419AAB

Black with #419AAB

Text Example


Text Example

White with #419AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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