Html Css Color HEX #419CC1 Boston Blue

📋 copy color: '#419CC1'

red 65 ◦ green 156 ◦ blue 193

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

Shades of Boston Blue #419CC1

Tints of Boston Blue #419CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 46.62%

R = 15.7%
G = 37.68%
B = 46.62%

CMYK

 C value IS 0.66

 M value IS 0.19

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#419CC1 (or 0x419CC1) is known color: Boston Blue. HEX triplet: 41, 9C and C1. RGB value is (65,156,193). Sum of RGB (Red+Green+Blue) = 65+156+193=414 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.70% from 414); Green value is 156 (61.33% from 255 or 37.68% from 414); Blue value is 193 (75.78% from 255 or 46.62% from 414); Max value from RGB is 193 - color contains mainly: blue. Hex color #419CC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419CC1 is #BE633E. Grayscale: #848484. Windows color (decimal): -12477247 or 12688449. OLE color: 12688449.

HSL color Cylindrical-coordinate representation of color #419CC1: hue angle of 197.34º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #419CC1 is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 65 156 193 -
CMYK 0.66 0.19 0 0.24
HSL 197.34º 0.51% 0.51% -
HSV(B) 197.34º 0.66% 0.76% -
XYZ 23.69 28.75 54.75 -
YUV 133.01 161.85 79.49 -
System Red Green Blue C M Y K H S L
Decimal 65 156 193 0.66 0.19 0 0.24 197.34 0.51 0.51
Hex 41 9C C1 42 13 0 18 C5 33 33
Octal 101 234 301 102 23 0 30 305 63 63
Binary 1000001 10011100 11000001 1000010 10011 0 11000 11000101 110011 110011

Color Harmonies of #419CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419CC1

Black with #419CC1

Text Example


Text Example

White with #419CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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