Html Css Color HEX #419BA5 Boston Blue

📋 copy color: '#419BA5'

red 65 ◦ green 155 ◦ blue 165

#419BA5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Boston Blue #419BA5

Tints of Boston Blue #419BA5

RGB

 RED value IS 65 (25.78% from 255) = 16.88%

 GREEN value IS 155 (60.94% from 255) = 40.26%

 BLUE value IS 165 (64.84% from 255) = 42.86%

R = 16.88%
G = 40.26%
B = 42.86%

CMYK

 C value IS 0.61

 M value IS 0.06

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#419BA5 (or 0x419BA5) is known color: Boston Blue. HEX triplet: 41, 9B and A5. RGB value is (65,155,165). Sum of RGB (Red+Green+Blue) = 65+155+165=385 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.88% from 385); Green value is 155 (60.94% from 255 or 40.26% from 385); Blue value is 165 (64.84% from 255 or 42.86% from 385); Max value from RGB is 165 - color contains mainly: blue. Hex color #419BA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419BA5 is #BE645A. Grayscale: #818181. Windows color (decimal): -12477531 or 10853185. OLE color: 10853185.

HSL color Cylindrical-coordinate representation of color #419BA5: hue angle of 186º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #419BA5 is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 65 155 165 -
CMYK 0.61 0.06 0 0.35
HSL 186º 0.43% 0.45% -
HSV(B) 186º 0.61% 0.65% -
XYZ 20.69 27.28 39.77 -
YUV 129.23 148.18 82.19 -
System Red Green Blue C M Y K H S L
Decimal 65 155 165 0.61 0.06 0 0.35 186 0.43 0.45
Hex 41 9B A5 3D 6 0 23 BA 2B 2D
Octal 101 233 245 75 6 0 43 272 53 55
Binary 1000001 10011011 10100101 111101 110 0 100011 10111010 101011 101101

Color Harmonies of #419BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419BA5

Black with #419BA5

Text Example


Text Example

White with #419BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,155,165); }

 H1.HeaderClassName
 {
   color: #419BA5;
 }
 .AnyTagClassName
 {
   color: #419BA5;
 }
</style>

background-color css

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

 a { background-color: rgb(65,155,165); }

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

border-color css

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

 span { border-color: rgb(65,155,165); }

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