Html Css Color HEX #419BBA Boston Blue

📋 copy color: '#419BBA'

red 65 ◦ green 155 ◦ blue 186

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

Shades of Boston Blue #419BBA

Tints of Boston Blue #419BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.81%

R = 16.01%
G = 38.18%
B = 45.81%

CMYK

 C value IS 0.65

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#419BBA (or 0x419BBA) is known color: Boston Blue. HEX triplet: 41, 9B and BA. RGB value is (65,155,186). Sum of RGB (Red+Green+Blue) = 65+155+186=406 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.01% from 406); Green value is 155 (60.94% from 255 or 38.18% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #419BBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419BBA is #BE6445. Grayscale: #838383. Windows color (decimal): -12477510 or 12229441. OLE color: 12229441.

HSL color Cylindrical-coordinate representation of color #419BBA: hue angle of 195.37º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #419BBA is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 65 155 186 -
CMYK 0.65 0.17 0 0.27
HSL 195.37º 0.48% 0.49% -
HSV(B) 195.37º 0.65% 0.73% -
XYZ 22.76 28.11 50.68 -
YUV 131.62 158.68 80.48 -
System Red Green Blue C M Y K H S L
Decimal 65 155 186 0.65 0.17 0 0.27 195.37 0.48 0.49
Hex 41 9B BA 41 11 0 1B C3 30 31
Octal 101 233 272 101 21 0 33 303 60 61
Binary 1000001 10011011 10111010 1000001 10001 0 11011 11000011 110000 110001

Color Harmonies of #419BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419BBA

Black with #419BBA

Text Example


Text Example

White with #419BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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