#419CBA

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

Shades of Boston Blue #419CBA

Tints of Boston Blue #419CBA

Color information

#419CBA (or 0x419CBA) is unknown color: approx Boston Blue. HEX triplet: 41, 9C and BA. RGB value is (65,156,186). Sum of RGB (Red+Green+Blue) = 65+156+186=407 (53% of max value = 765). Red value is 65 (25.78% from 255 or 15.97% from 407); Green value is 156 (61.33% from 255 or 38.33% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #419CBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419CBA is #BE6345. Grayscale: #848484. Windows color (decimal): -12477254 or 12229697. OLE color: 12229697.

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

Color convert

RGB65156186-
CMYK0.650.1600.27
HSL194.88º48.21%49.22%-
HSV(B)194.88º65.05%72.94%-
XYZ22.9328.4550.74-
YUV132.21158.3580.06-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.97%
GREEN value IS 156 (61.33% from 255) = 38.33%
BLUE value IS 186 (73.05% from 255) = 45.70%
R=15.97%
G=38.33%
B=45.70%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal651561860.650.1600.27194.8848.2149.22
Hex419CBA411001Bc33031
Octal101234272101200333036061
Binary1000001100111001011101010000011000001101111000011110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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