Html Css Color HEX #419CBE Boston Blue

📋 copy color: '#419CBE'

red 65 ◦ green 156 ◦ blue 190

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

Shades of Boston Blue #419CBE

Tints of Boston Blue #419CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.23%

R = 15.82%
G = 37.96%
B = 46.23%

CMYK

 C value IS 0.66

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#419CBE (or 0x419CBE) is known color: Boston Blue. HEX triplet: 41, 9C and BE. RGB value is (65,156,190). Sum of RGB (Red+Green+Blue) = 65+156+190=411 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.82% from 411); Green value is 156 (61.33% from 255 or 37.96% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 190 - color contains mainly: blue. Hex color #419CBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419CBE is #BE6341. Grayscale: #848484. Windows color (decimal): -12477250 or 12491841. OLE color: 12491841.

HSL color Cylindrical-coordinate representation of color #419CBE: hue angle of 196.32º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #419CBE is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 65 156 190 -
CMYK 0.66 0.18 0 0.25
HSL 196.32º 0.49% 0.5% -
HSV(B) 196.32º 0.66% 0.75% -
XYZ 23.36 28.62 53.01 -
YUV 132.67 160.35 79.74 -
System Red Green Blue C M Y K H S L
Decimal 65 156 190 0.66 0.18 0 0.25 196.32 0.49 0.5
Hex 41 9C BE 42 12 0 19 C4 31 32
Octal 101 234 276 102 22 0 31 304 61 62
Binary 1000001 10011100 10111110 1000010 10010 0 11001 11000100 110001 110010

Color Harmonies of #419CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419CBE

Black with #419CBE

Text Example


Text Example

White with #419CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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