Html Css Color HEX #419CAC Boston Blue

📋 copy color: '#419CAC'

red 65 ◦ green 156 ◦ blue 172

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

Shades of Boston Blue #419CAC

Tints of Boston Blue #419CAC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.69%

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

R = 16.54%
G = 39.69%
B = 43.77%

CMYK

 C value IS 0.62

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#419CAC (or 0x419CAC) is known color: Boston Blue. HEX triplet: 41, 9C and AC. RGB value is (65,156,172). Sum of RGB (Red+Green+Blue) = 65+156+172=393 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.54% from 393); Green value is 156 (61.33% from 255 or 39.69% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 172 - color contains mainly: blue. Hex color #419CAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419CAC is #BE6353. Grayscale: #828282. Windows color (decimal): -12477268 or 11312193. OLE color: 11312193.

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

Color convert

RGB 65 156 172 -
CMYK 0.62 0.09 0 0.33
HSL 188.97º 0.45% 0.46% -
HSV(B) 188.97º 0.62% 0.67% -
XYZ 21.51 27.88 43.28 -
YUV 130.62 151.35 81.2 -
System Red Green Blue C M Y K H S L
Decimal 65 156 172 0.62 0.09 0 0.33 188.97 0.45 0.46
Hex 41 9C AC 3E 9 0 21 BD 2D 2E
Octal 101 234 254 76 11 0 41 275 55 56
Binary 1000001 10011100 10101100 111110 1001 0 100001 10111101 101101 101110

Color Harmonies of #419CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419CAC

Black with #419CAC

Text Example


Text Example

White with #419CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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