#419ABF

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

Shades of Boston Blue #419ABF

Tints of Boston Blue #419ABF

Color information

#419ABF (or 0x419ABF) is unknown color: approx Boston Blue. HEX triplet: 41, 9A and BF. RGB value is (65,154,191). Sum of RGB (Red+Green+Blue) = 65+154+191=410 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.85% from 410); Green value is 154 (60.55% from 255 or 37.56% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 191 - color contains mainly: blue. Hex color #419ABF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419ABF is #BE6540. Grayscale: #838383. Windows color (decimal): -12477761 or 12556865. OLE color: 12556865.

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

Color convert

RGB65154191-
CMYK0.660.1900.25
HSL197.62º49.61%50.2%-
HSV(B)197.62º65.97%74.9%-
XYZ23.142853.47-
YUV131.61161.5180.49-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.85%
GREEN value IS 154 (60.55% from 255) = 37.56%
BLUE value IS 191 (75% from 255) = 46.59%
R=15.85%
G=37.56%
B=46.59%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal651541910.660.1900.25197.6249.6150.2
Hex419ABF4213019c63232
Octal101232277102230313066262
Binary1000001100110101011111110000101001101100111000110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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