Html Css Color HEX #419EAE Boston Blue

📋 copy color: '#419EAE'

red 65 ◦ green 158 ◦ blue 174

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

Shades of Boston Blue #419EAE

Tints of Boston Blue #419EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 43.83%

R = 16.37%
G = 39.8%
B = 43.83%

CMYK

 C value IS 0.63

 M value IS 0.09

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#419EAE (or 0x419EAE) is known color: Boston Blue. HEX triplet: 41, 9E and AE. RGB value is (65,158,174). Sum of RGB (Red+Green+Blue) = 65+158+174=397 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.37% from 397); Green value is 158 (62.11% from 255 or 39.80% from 397); Blue value is 174 (68.36% from 255 or 43.83% from 397); Max value from RGB is 174 - color contains mainly: blue. Hex color #419EAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419EAE is #BE6151. Grayscale: #838383. Windows color (decimal): -12476754 or 11443777. OLE color: 11443777.

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

Color convert

RGB 65 158 174 -
CMYK 0.63 0.09 0 0.32
HSL 188.81º 0.46% 0.47% -
HSV(B) 188.81º 0.63% 0.68% -
XYZ 22.05 28.63 44.41 -
YUV 132.02 151.69 80.2 -
System Red Green Blue C M Y K H S L
Decimal 65 158 174 0.63 0.09 0 0.32 188.81 0.46 0.47
Hex 41 9E AE 3F 9 0 20 BD 2E 2F
Octal 101 236 256 77 11 0 40 275 56 57
Binary 1000001 10011110 10101110 111111 1001 0 100000 10111101 101110 101111

Color Harmonies of #419EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419EAE

Black with #419EAE

Text Example


Text Example

White with #419EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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