Html Css Color HEX #419ABB Boston Blue

📋 copy color: '#419ABB'

red 65 ◦ green 154 ◦ blue 187

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

Shades of Boston Blue #419ABB

Tints of Boston Blue #419ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.06%

R = 16.01%
G = 37.93%
B = 46.06%

CMYK

 C value IS 0.65

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#419ABB (or 0x419ABB) is known color: Boston Blue. HEX triplet: 41, 9A and BB. RGB value is (65,154,187). Sum of RGB (Red+Green+Blue) = 65+154+187=406 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.01% from 406); Green value is 154 (60.55% from 255 or 37.93% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 187 - color contains mainly: blue. Hex color #419ABB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419ABB is #BE6544. Grayscale: #828282. Windows color (decimal): -12477765 or 12294721. OLE color: 12294721.

HSL color Cylindrical-coordinate representation of color #419ABB: hue angle of 196.23º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #419ABB is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 65 154 187 -
CMYK 0.65 0.18 0 0.27
HSL 196.23º 0.48% 0.49% -
HSV(B) 196.23º 0.65% 0.73% -
XYZ 22.71 27.82 51.19 -
YUV 131.15 159.51 80.82 -
System Red Green Blue C M Y K H S L
Decimal 65 154 187 0.65 0.18 0 0.27 196.23 0.48 0.49
Hex 41 9A BB 41 12 0 1B C4 30 31
Octal 101 232 273 101 22 0 33 304 60 61
Binary 1000001 10011010 10111011 1000001 10010 0 11011 11000100 110000 110001

Color Harmonies of #419ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419ABB

Black with #419ABB

Text Example


Text Example

White with #419ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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