Html Css Color HEX #419CBC Boston Blue

📋 copy color: '#419CBC'

red 65 ◦ green 156 ◦ blue 188

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

Shades of Boston Blue #419CBC

Tints of Boston Blue #419CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.97%

R = 15.89%
G = 38.14%
B = 45.97%

CMYK

 C value IS 0.65

 M value IS 0.17

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#419CBC (or 0x419CBC) is known color: Boston Blue. HEX triplet: 41, 9C and BC. RGB value is (65,156,188). Sum of RGB (Red+Green+Blue) = 65+156+188=409 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.89% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 188 - color contains mainly: blue. Hex color #419CBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419CBC is #BE6343. Grayscale: #848484. Windows color (decimal): -12477252 or 12360769. OLE color: 12360769.

HSL color Cylindrical-coordinate representation of color #419CBC: hue angle of 195.61º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #419CBC is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 65 156 188 -
CMYK 0.65 0.17 0 0.26
HSL 195.61º 0.49% 0.5% -
HSV(B) 195.61º 0.65% 0.74% -
XYZ 23.15 28.53 51.86 -
YUV 132.44 159.35 79.9 -
System Red Green Blue C M Y K H S L
Decimal 65 156 188 0.65 0.17 0 0.26 195.61 0.49 0.5
Hex 41 9C BC 41 11 0 1A C4 31 32
Octal 101 234 274 101 21 0 32 304 61 62
Binary 1000001 10011100 10111100 1000001 10001 0 11010 11000100 110001 110010

Color Harmonies of #419CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419CBC

Black with #419CBC

Text Example


Text Example

White with #419CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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