Html Css Color HEX #419BAC Boston Blue

📋 copy color: '#419BAC'

red 65 ◦ green 155 ◦ blue 172

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

Shades of Boston Blue #419BAC

Tints of Boston Blue #419BAC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.54%

 BLUE value IS 172 (67.58% from 255) = 43.88%

R = 16.58%
G = 39.54%
B = 43.88%

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

#419BAC (or 0x419BAC) is known color: Boston Blue. HEX triplet: 41, 9B and AC. RGB value is (65,155,172). Sum of RGB (Red+Green+Blue) = 65+155+172=392 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.58% from 392); Green value is 155 (60.94% from 255 or 39.54% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 172 - color contains mainly: blue. Hex color #419BAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419BAC is #BE6453. Grayscale: #818181. Windows color (decimal): -12477524 or 11311937. OLE color: 11311937.

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

Color convert

RGB 65 155 172 -
CMYK 0.62 0.10 0 0.33
HSL 189.53º 0.45% 0.46% -
HSV(B) 189.53º 0.62% 0.67% -
XYZ 21.35 27.55 43.22 -
YUV 130.03 151.68 81.62 -
System Red Green Blue C M Y K H S L
Decimal 65 155 172 0.62 0.10 0 0.33 189.53 0.45 0.46
Hex 41 9B AC 3E A 0 21 BE 2D 2E
Octal 101 233 254 76 12 0 41 276 55 56
Binary 1000001 10011011 10101100 111110 1010 0 100001 10111110 101101 101110

Color Harmonies of #419BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419BAC

Black with #419BAC

Text Example


Text Example

White with #419BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,155,172); }

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

background-color css

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

 a { background-color: rgb(65,155,172); }

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

border-color css

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

 span { border-color: rgb(65,155,172); }

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