#419ABB

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

Shades of Boston Blue #419ABB

Tints of Boston Blue #419ABB

Color information

#419ABB (or 0x419ABB) is unknown color: approx Boston Blue. HEX triplet: 41, 9A and BB. RGB value is (65,154,187). Sum of RGB (Red+Green+Blue) = 65+154+187=406 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.01% from 406); Green value is 154 (60.55% from 255 or 37.93% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 187 - color contains mainly: blue. Hex color #419ABB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419ABB is #BE6544. Grayscale: #828282. Windows color (decimal): -12477765 or 12294721. OLE color: 12294721.

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

Color convert

RGB65154187-
CMYK0.650.1800.27
HSL196.23º48.41%49.41%-
HSV(B)196.23º65.24%73.33%-
XYZ22.7127.8251.19-
YUV131.15159.5180.82-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.01%
GREEN value IS 154 (60.55% from 255) = 37.93%
BLUE value IS 187 (73.44% from 255) = 46.06%
R=16.01%
G=37.93%
B=46.06%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal651541870.650.1800.27196.2348.4149.41
Hex419ABB411201Bc43031
Octal101232273101220333046061
Binary1000001100110101011101110000011001001101111000100110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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