Html Css Color HEX #419CAE Boston Blue

📋 copy color: '#419CAE'

red 65 ◦ green 156 ◦ blue 174

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

Shades of Boston Blue #419CAE

Tints of Boston Blue #419CAE

RGB

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

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

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

R = 16.46%
G = 39.49%
B = 44.05%

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

#419CAE (or 0x419CAE) is known color: Boston Blue. HEX triplet: 41, 9C and AE. RGB value is (65,156,174). Sum of RGB (Red+Green+Blue) = 65+156+174=395 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.46% from 395); Green value is 156 (61.33% from 255 or 39.49% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 174 - color contains mainly: blue. Hex color #419CAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419CAE is #BE6351. Grayscale: #828282. Windows color (decimal): -12477266 or 11443265. OLE color: 11443265.

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

Color convert

RGB 65 156 174 -
CMYK 0.63 0.10 0 0.32
HSL 189.91º 0.46% 0.47% -
HSV(B) 189.91º 0.63% 0.68% -
XYZ 21.71 27.96 44.3 -
YUV 130.84 152.35 81.04 -
System Red Green Blue C M Y K H S L
Decimal 65 156 174 0.63 0.10 0 0.32 189.91 0.46 0.47
Hex 41 9C AE 3F A 0 20 BE 2E 2F
Octal 101 234 256 77 12 0 40 276 56 57
Binary 1000001 10011100 10101110 111111 1010 0 100000 10111110 101110 101111

Color Harmonies of #419CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419CAE

Black with #419CAE

Text Example


Text Example

White with #419CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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