#419EBA

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

Shades of Boston Blue #419EBA

Tints of Boston Blue #419EBA

Color information

#419EBA (or 0x419EBA) is unknown color: approx Boston Blue. HEX triplet: 41, 9E and BA. RGB value is (65,158,186). Sum of RGB (Red+Green+Blue) = 65+158+186=409 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.89% from 409); Green value is 158 (62.11% from 255 or 38.63% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #419EBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419EBA is #BE6145. Grayscale: #858585. Windows color (decimal): -12476742 or 12230209. OLE color: 12230209.

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

Color convert

RGB65158186-
CMYK0.650.1500.27
HSL193.88º48.21%49.22%-
HSV(B)193.88º65.05%72.94%-
XYZ23.2729.1250.85-
YUV133.38157.6979.22-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.89%
GREEN value IS 158 (62.11% from 255) = 38.63%
BLUE value IS 186 (73.05% from 255) = 45.48%
R=15.89%
G=38.63%
B=45.48%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal651581860.650.1500.27193.8848.2149.22
Hex419EBA41F01Bc23031
Octal101236272101170333026061
Binary100000110011110101110101000001111101101111000010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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