Html Css Color HEX #419FAC Boston Blue

📋 copy color: '#419FAC'

red 65 ◦ green 159 ◦ blue 172

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

Shades of Boston Blue #419FAC

Tints of Boston Blue #419FAC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.15%

 BLUE value IS 172 (67.58% from 255) = 43.43%

R = 16.41%
G = 40.15%
B = 43.43%

CMYK

 C value IS 0.62

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#419FAC (or 0x419FAC) is known color: Boston Blue. HEX triplet: 41, 9F and AC. RGB value is (65,159,172). Sum of RGB (Red+Green+Blue) = 65+159+172=396 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.41% from 396); Green value is 159 (62.5% from 255 or 40.15% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 172 - color contains mainly: blue. Hex color #419FAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419FAC is #BE6053. Grayscale: #848484. Windows color (decimal): -12476500 or 11312961. OLE color: 11312961.

HSL color Cylindrical-coordinate representation of color #419FAC: hue angle of 187.29º 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 #419FAC is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 65 159 172 -
CMYK 0.62 0.08 0 0.33
HSL 187.29º 0.45% 0.46% -
HSV(B) 187.29º 0.62% 0.67% -
XYZ 22.02 28.9 43.45 -
YUV 132.38 150.36 79.94 -
System Red Green Blue C M Y K H S L
Decimal 65 159 172 0.62 0.08 0 0.33 187.29 0.45 0.46
Hex 41 9F AC 3E 8 0 21 BB 2D 2E
Octal 101 237 254 76 10 0 41 273 55 56
Binary 1000001 10011111 10101100 111110 1000 0 100001 10111011 101101 101110

Color Harmonies of #419FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419FAC

Black with #419FAC

Text Example


Text Example

White with #419FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,159,172); }

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

background-color css

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

 a { background-color: rgb(65,159,172); }

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

border-color css

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

 span { border-color: rgb(65,159,172); }

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