Html Css Color HEX #419BAF Boston Blue

📋 copy color: '#419BAF'

red 65 ◦ green 155 ◦ blue 175

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

Shades of Boston Blue #419BAF

Tints of Boston Blue #419BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.3%

R = 16.46%
G = 39.24%
B = 44.3%

CMYK

 C value IS 0.63

 M value IS 0.11

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#419BAF (or 0x419BAF) is known color: Boston Blue. HEX triplet: 41, 9B and AF. RGB value is (65,155,175). Sum of RGB (Red+Green+Blue) = 65+155+175=395 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.46% from 395); Green value is 155 (60.94% from 255 or 39.24% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 175 - color contains mainly: blue. Hex color #419BAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419BAF is #BE6450. Grayscale: #828282. Windows color (decimal): -12477521 or 11508545. OLE color: 11508545.

HSL color Cylindrical-coordinate representation of color #419BAF: hue angle of 190.91º 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 #419BAF is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 65 155 175 -
CMYK 0.63 0.11 0 0.31
HSL 190.91º 0.46% 0.47% -
HSV(B) 190.91º 0.63% 0.69% -
XYZ 21.64 27.66 44.76 -
YUV 130.37 153.18 81.37 -
System Red Green Blue C M Y K H S L
Decimal 65 155 175 0.63 0.11 0 0.31 190.91 0.46 0.47
Hex 41 9B AF 3F B 0 1F BF 2E 2F
Octal 101 233 257 77 13 0 37 277 56 57
Binary 1000001 10011011 10101111 111111 1011 0 11111 10111111 101110 101111

Color Harmonies of #419BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419BAF

Black with #419BAF

Text Example


Text Example

White with #419BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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