Html Css Color HEX #419DBA Boston Blue

📋 copy color: '#419DBA'

red 65 ◦ green 157 ◦ blue 186

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

Shades of Boston Blue #419DBA

Tints of Boston Blue #419DBA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.48%

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

R = 15.93%
G = 38.48%
B = 45.59%

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

#419DBA (or 0x419DBA) is known color: Boston Blue. HEX triplet: 41, 9D and BA. RGB value is (65,157,186). Sum of RGB (Red+Green+Blue) = 65+157+186=408 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.93% from 408); Green value is 157 (61.72% from 255 or 38.48% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #419DBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419DBA is #BE6245. Grayscale: #848484. Windows color (decimal): -12476998 or 12229953. OLE color: 12229953.

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

Color convert

RGB 65 157 186 -
CMYK 0.65 0.16 0 0.27
HSL 194.38º 0.48% 0.49% -
HSV(B) 194.38º 0.65% 0.73% -
XYZ 23.1 28.78 50.79 -
YUV 132.8 158.02 79.64 -
System Red Green Blue C M Y K H S L
Decimal 65 157 186 0.65 0.16 0 0.27 194.38 0.48 0.49
Hex 41 9D BA 41 10 0 1B C2 30 31
Octal 101 235 272 101 20 0 33 302 60 61
Binary 1000001 10011101 10111010 1000001 10000 0 11011 11000010 110000 110001

Color Harmonies of #419DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419DBA

Black with #419DBA

Text Example


Text Example

White with #419DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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