Html Css Color HEX #419CBA Boston Blue

📋 copy color: '#419CBA'

red 65 ◦ green 156 ◦ blue 186

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

Shades of Boston Blue #419CBA

Tints of Boston Blue #419CBA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.33%

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

R = 15.97%
G = 38.33%
B = 45.7%

CMYK

 C value IS 0.65

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#419CBA (or 0x419CBA) is known color: Boston Blue. HEX triplet: 41, 9C and BA. RGB value is (65,156,186). Sum of RGB (Red+Green+Blue) = 65+156+186=407 (53% of max value = 765). Red value is 65 (25.78% from 255 or 15.97% from 407); Green value is 156 (61.33% from 255 or 38.33% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #419CBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419CBA is #BE6345. Grayscale: #848484. Windows color (decimal): -12477254 or 12229697. OLE color: 12229697.

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

Color convert

RGB 65 156 186 -
CMYK 0.65 0.16 0 0.27
HSL 194.88º 0.48% 0.49% -
HSV(B) 194.88º 0.65% 0.73% -
XYZ 22.93 28.45 50.74 -
YUV 132.21 158.35 80.06 -
System Red Green Blue C M Y K H S L
Decimal 65 156 186 0.65 0.16 0 0.27 194.88 0.48 0.49
Hex 41 9C BA 41 10 0 1B C3 30 31
Octal 101 234 272 101 20 0 33 303 60 61
Binary 1000001 10011100 10111010 1000001 10000 0 11011 11000011 110000 110001

Color Harmonies of #419CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419CBA

Black with #419CBA

Text Example


Text Example

White with #419CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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