Html Css Color HEX #419DAE Boston Blue

📋 copy color: '#419DAE'

red 65 ◦ green 157 ◦ blue 174

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

Shades of Boston Blue #419DAE

Tints of Boston Blue #419DAE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.65%

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

R = 16.41%
G = 39.65%
B = 43.94%

CMYK

 C value IS 0.63

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#419DAE (or 0x419DAE) is known color: Boston Blue. HEX triplet: 41, 9D and AE. RGB value is (65,157,174). Sum of RGB (Red+Green+Blue) = 65+157+174=396 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.41% from 396); Green value is 157 (61.72% from 255 or 39.65% from 396); Blue value is 174 (68.36% from 255 or 43.94% from 396); Max value from RGB is 174 - color contains mainly: blue. Hex color #419DAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419DAE is #BE6251. Grayscale: #838383. Windows color (decimal): -12477010 or 11443521. OLE color: 11443521.

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

Color convert

RGB 65 157 174 -
CMYK 0.63 0.10 0 0.32
HSL 189.36º 0.46% 0.47% -
HSV(B) 189.36º 0.63% 0.68% -
XYZ 21.88 28.29 44.35 -
YUV 131.43 152.02 80.62 -
System Red Green Blue C M Y K H S L
Decimal 65 157 174 0.63 0.10 0 0.32 189.36 0.46 0.47
Hex 41 9D AE 3F A 0 20 BD 2E 2F
Octal 101 235 256 77 12 0 40 275 56 57
Binary 1000001 10011101 10101110 111111 1010 0 100000 10111101 101110 101111

Color Harmonies of #419DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419DAE

Black with #419DAE

Text Example


Text Example

White with #419DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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