Html Css Color HEX #419CBF Boston Blue

📋 copy color: '#419CBF'

red 65 ◦ green 156 ◦ blue 191

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

Shades of Boston Blue #419CBF

Tints of Boston Blue #419CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.36%

R = 15.78%
G = 37.86%
B = 46.36%

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

#419CBF (or 0x419CBF) is known color: Boston Blue. HEX triplet: 41, 9C and BF. RGB value is (65,156,191). Sum of RGB (Red+Green+Blue) = 65+156+191=412 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.78% from 412); Green value is 156 (61.33% from 255 or 37.86% from 412); Blue value is 191 (75% from 255 or 46.36% from 412); Max value from RGB is 191 - color contains mainly: blue. Hex color #419CBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419CBF is #BE6340. Grayscale: #848484. Windows color (decimal): -12477249 or 12557377. OLE color: 12557377.

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

Color convert

RGB 65 156 191 -
CMYK 0.66 0.18 0 0.25
HSL 196.67º 0.5% 0.5% -
HSV(B) 196.67º 0.66% 0.75% -
XYZ 23.47 28.66 53.59 -
YUV 132.78 160.85 79.65 -
System Red Green Blue C M Y K H S L
Decimal 65 156 191 0.66 0.18 0 0.25 196.67 0.5 0.5
Hex 41 9C BF 42 12 0 19 C5 32 32
Octal 101 234 277 102 22 0 31 305 62 62
Binary 1000001 10011100 10111111 1000010 10010 0 11001 11000101 110010 110010

Color Harmonies of #419CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419CBF

Black with #419CBF

Text Example


Text Example

White with #419CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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