Html Css Color HEX #419CC0 Boston Blue

📋 copy color: '#419CC0'

red 65 ◦ green 156 ◦ blue 192

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

Shades of Boston Blue #419CC0

Tints of Boston Blue #419CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 46.49%

R = 15.74%
G = 37.77%
B = 46.49%

CMYK

 C value IS 0.66

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#419CC0 (or 0x419CC0) is known color: Boston Blue. HEX triplet: 41, 9C and C0. RGB value is (65,156,192). Sum of RGB (Red+Green+Blue) = 65+156+192=413 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.74% from 413); Green value is 156 (61.33% from 255 or 37.77% from 413); Blue value is 192 (75.39% from 255 or 46.49% from 413); Max value from RGB is 192 - color contains mainly: blue. Hex color #419CC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419CC0 is #BE633F. Grayscale: #848484. Windows color (decimal): -12477248 or 12622913. OLE color: 12622913.

HSL color Cylindrical-coordinate representation of color #419CC0: hue angle of 197.01º degrees, saturation: 0.5, 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 #419CC0 is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 65 156 192 -
CMYK 0.66 0.19 0 0.25
HSL 197.01º 0.5% 0.5% -
HSV(B) 197.01º 0.66% 0.75% -
XYZ 23.58 28.71 54.17 -
YUV 132.9 161.35 79.57 -
System Red Green Blue C M Y K H S L
Decimal 65 156 192 0.66 0.19 0 0.25 197.01 0.5 0.5
Hex 41 9C C0 42 13 0 19 C5 32 32
Octal 101 234 300 102 23 0 31 305 62 62
Binary 1000001 10011100 11000000 1000010 10011 0 11001 11000101 110010 110010

Color Harmonies of #419CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419CC0

Black with #419CC0

Text Example


Text Example

White with #419CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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