Html Css Color HEX #419ABA Boston Blue

📋 copy color: '#419ABA'

red 65 ◦ green 154 ◦ blue 186

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

Shades of Boston Blue #419ABA

Tints of Boston Blue #419ABA

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.02%

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

R = 16.05%
G = 38.02%
B = 45.93%

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

#419ABA (or 0x419ABA) is known color: Boston Blue. HEX triplet: 41, 9A and BA. RGB value is (65,154,186). Sum of RGB (Red+Green+Blue) = 65+154+186=405 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.05% from 405); Green value is 154 (60.55% from 255 or 38.02% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #419ABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419ABA is #BE6545. Grayscale: #828282. Windows color (decimal): -12477766 or 12229185. OLE color: 12229185.

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

Color convert

RGB 65 154 186 -
CMYK 0.65 0.17 0 0.27
HSL 195.87º 0.48% 0.49% -
HSV(B) 195.87º 0.65% 0.73% -
XYZ 22.6 27.78 50.63 -
YUV 131.04 159.01 80.9 -
System Red Green Blue C M Y K H S L
Decimal 65 154 186 0.65 0.17 0 0.27 195.87 0.48 0.49
Hex 41 9A BA 41 11 0 1B C4 30 31
Octal 101 232 272 101 21 0 33 304 60 61
Binary 1000001 10011010 10111010 1000001 10001 0 11011 11000100 110000 110001

Color Harmonies of #419ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419ABA

Black with #419ABA

Text Example


Text Example

White with #419ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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