#419DAA

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

Shades of Boston Blue #419DAA

Tints of Boston Blue #419DAA

Color information

#419DAA (or 0x419DAA) is unknown color: approx Boston Blue. HEX triplet: 41, 9D and AA. RGB value is (65,157,170). Sum of RGB (Red+Green+Blue) = 65+157+170=392 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.58% from 392); Green value is 157 (61.72% from 255 or 40.05% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 170 - color contains mainly: blue. Hex color #419DAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419DAA is #BE6255. Grayscale: #828282. Windows color (decimal): -12477014 or 11181377. OLE color: 11181377.

HSL color Cylindrical-coordinate representation of color #419DAA: hue angle of 187.43º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #419DAA is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB65157170-
CMYK0.620.0800.33
HSL187.43º44.68%46.08%-
HSV(B)187.43º61.76%66.67%-
XYZ21.4928.1442.33-
YUV130.97150.0280.94-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.58%
GREEN value IS 157 (61.72% from 255) = 40.05%
BLUE value IS 170 (66.80% from 255) = 43.37%
R=16.58%
G=40.05%
B=43.37%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal651571700.620.0800.33187.4344.6846.08
Hex419DAA3E8021bb2d2e
Octal10123525276100412735556
Binary100000110011101101010101111101000010000110111011101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,157,170); }

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

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

 a { background-color: rgb(65,157,170); }

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

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

 span { border-color: rgb(65,157,170); }

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