#419ABD

Color #419ABD Boston Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Boston Blue #419ABD

Tints of Boston Blue #419ABD

Color information

#419ABD (or 0x419ABD) is unknown color: approx Boston Blue. HEX triplet: 41, 9A and BD. RGB value is (65,154,189). Sum of RGB (Red+Green+Blue) = 65+154+189=408 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.93% from 408); Green value is 154 (60.55% from 255 or 37.75% from 408); Blue value is 189 (74.22% from 255 or 46.32% from 408); Max value from RGB is 189 - color contains mainly: blue. Hex color #419ABD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419ABD is #BE6542. Grayscale: #838383. Windows color (decimal): -12477763 or 12425793. OLE color: 12425793.

HSL color Cylindrical-coordinate representation of color #419ABD: hue angle of 196.94º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #419ABD is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB65154189-
CMYK0.660.1900.26
HSL196.94º48.82%49.8%-
HSV(B)196.94º65.61%74.12%-
XYZ22.9227.9152.32-
YUV131.38160.5180.65-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.93%
GREEN value IS 154 (60.55% from 255) = 37.75%
BLUE value IS 189 (74.22% from 255) = 46.32%
R=15.93%
G=37.75%
B=46.32%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal651541890.660.1900.26196.9448.8249.8
Hex419ABD421301Ac53132
Octal101232275102230323056162
Binary1000001100110101011110110000101001101101011000101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #419ABD;
 }
 .AnyTagClassName
 {
   color: #419ABD;
 }
</style>
background-color css

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

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

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

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

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

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