Html Css Color HEX #419EBA Boston Blue

📋 copy color: '#419EBA'

red 65 ◦ green 158 ◦ blue 186

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

Shades of Boston Blue #419EBA

Tints of Boston Blue #419EBA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.63%

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

R = 15.89%
G = 38.63%
B = 45.48%

CMYK

 C value IS 0.65

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#419EBA (or 0x419EBA) is known color: Boston Blue. HEX triplet: 41, 9E and BA. RGB value is (65,158,186). Sum of RGB (Red+Green+Blue) = 65+158+186=409 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.89% from 409); Green value is 158 (62.11% from 255 or 38.63% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #419EBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419EBA is #BE6145. Grayscale: #858585. Windows color (decimal): -12476742 or 12230209. OLE color: 12230209.

HSL color Cylindrical-coordinate representation of color #419EBA: hue angle of 193.88º 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 #419EBA is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 65 158 186 -
CMYK 0.65 0.15 0 0.27
HSL 193.88º 0.48% 0.49% -
HSV(B) 193.88º 0.65% 0.73% -
XYZ 23.27 29.12 50.85 -
YUV 133.39 157.69 79.22 -
System Red Green Blue C M Y K H S L
Decimal 65 158 186 0.65 0.15 0 0.27 193.88 0.48 0.49
Hex 41 9E BA 41 F 0 1B C2 30 31
Octal 101 236 272 101 17 0 33 302 60 61
Binary 1000001 10011110 10111010 1000001 1111 0 11011 11000010 110000 110001

Color Harmonies of #419EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419EBA

Black with #419EBA

Text Example


Text Example

White with #419EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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