Html Css Color HEX #419AB1 Boston Blue

📋 copy color: '#419AB1'

red 65 ◦ green 154 ◦ blue 177

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

Shades of Boston Blue #419AB1

Tints of Boston Blue #419AB1

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.89%

 BLUE value IS 177 (69.53% from 255) = 44.7%

R = 16.41%
G = 38.89%
B = 44.7%

CMYK

 C value IS 0.63

 M value IS 0.13

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#419AB1 (or 0x419AB1) is known color: Boston Blue. HEX triplet: 41, 9A and B1. RGB value is (65,154,177). Sum of RGB (Red+Green+Blue) = 65+154+177=396 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.41% from 396); Green value is 154 (60.55% from 255 or 38.89% from 396); Blue value is 177 (69.53% from 255 or 44.70% from 396); Max value from RGB is 177 - color contains mainly: blue. Hex color #419AB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419AB1 is #BE654E. Grayscale: #818181. Windows color (decimal): -12477775 or 11639361. OLE color: 11639361.

HSL color Cylindrical-coordinate representation of color #419AB1: hue angle of 192.32º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #419AB1 is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 65 154 177 -
CMYK 0.63 0.13 0 0.31
HSL 192.32º 0.46% 0.47% -
HSV(B) 192.32º 0.63% 0.69% -
XYZ 21.67 27.41 45.74 -
YUV 130.01 154.51 81.63 -
System Red Green Blue C M Y K H S L
Decimal 65 154 177 0.63 0.13 0 0.31 192.32 0.46 0.47
Hex 41 9A B1 3F D 0 1F C0 2E 2F
Octal 101 232 261 77 15 0 37 300 56 57
Binary 1000001 10011010 10110001 111111 1101 0 11111 11000000 101110 101111

Color Harmonies of #419AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419AB1

Black with #419AB1

Text Example


Text Example

White with #419AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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