Html Css Color HEX #419EAC Boston Blue

📋 copy color: '#419EAC'

red 65 ◦ green 158 ◦ blue 172

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

Shades of Boston Blue #419EAC

Tints of Boston Blue #419EAC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 40%

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

R = 16.46%
G = 40%
B = 43.54%

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

#419EAC (or 0x419EAC) is known color: Boston Blue. HEX triplet: 41, 9E and AC. RGB value is (65,158,172). Sum of RGB (Red+Green+Blue) = 65+158+172=395 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.46% from 395); Green value is 158 (62.11% from 255 or 40% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 172 - color contains mainly: blue. Hex color #419EAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419EAC is #BE6153. Grayscale: #838383. Windows color (decimal): -12476756 or 11312705. OLE color: 11312705.

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

Color convert

RGB 65 158 172 -
CMYK 0.62 0.08 0 0.33
HSL 187.85º 0.45% 0.46% -
HSV(B) 187.85º 0.62% 0.67% -
XYZ 21.85 28.56 43.39 -
YUV 131.79 150.69 80.36 -
System Red Green Blue C M Y K H S L
Decimal 65 158 172 0.62 0.08 0 0.33 187.85 0.45 0.46
Hex 41 9E AC 3E 8 0 21 BC 2D 2E
Octal 101 236 254 76 10 0 41 274 55 56
Binary 1000001 10011110 10101100 111110 1000 0 100001 10111100 101101 101110

Color Harmonies of #419EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419EAC

Black with #419EAC

Text Example


Text Example

White with #419EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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