Html Css Color HEX #419ABF Boston Blue

📋 copy color: '#419ABF'

red 65 ◦ green 154 ◦ blue 191

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

Shades of Boston Blue #419ABF

Tints of Boston Blue #419ABF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.56%

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

R = 15.85%
G = 37.56%
B = 46.59%

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

#419ABF (or 0x419ABF) is known color: Boston Blue. HEX triplet: 41, 9A and BF. RGB value is (65,154,191). Sum of RGB (Red+Green+Blue) = 65+154+191=410 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.85% from 410); Green value is 154 (60.55% from 255 or 37.56% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 191 - color contains mainly: blue. Hex color #419ABF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419ABF is #BE6540. Grayscale: #838383. Windows color (decimal): -12477761 or 12556865. OLE color: 12556865.

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

Color convert

RGB 65 154 191 -
CMYK 0.66 0.19 0 0.25
HSL 197.62º 0.5% 0.5% -
HSV(B) 197.62º 0.66% 0.75% -
XYZ 23.14 28 53.47 -
YUV 131.61 161.51 80.49 -
System Red Green Blue C M Y K H S L
Decimal 65 154 191 0.66 0.19 0 0.25 197.62 0.5 0.5
Hex 41 9A BF 42 13 0 19 C6 32 32
Octal 101 232 277 102 23 0 31 306 62 62
Binary 1000001 10011010 10111111 1000010 10011 0 11001 11000110 110010 110010

Color Harmonies of #419ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419ABF

Black with #419ABF

Text Example


Text Example

White with #419ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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