Html Css Color HEX #419AB2 Boston Blue

📋 copy color: '#419AB2'

red 65 ◦ green 154 ◦ blue 178

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

Shades of Boston Blue #419AB2

Tints of Boston Blue #419AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 44.84%

R = 16.37%
G = 38.79%
B = 44.84%

CMYK

 C value IS 0.63

 M value IS 0.13

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#419AB2 (or 0x419AB2) is known color: Boston Blue. HEX triplet: 41, 9A and B2. RGB value is (65,154,178). Sum of RGB (Red+Green+Blue) = 65+154+178=397 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.37% from 397); Green value is 154 (60.55% from 255 or 38.79% from 397); Blue value is 178 (69.92% from 255 or 44.84% from 397); Max value from RGB is 178 - color contains mainly: blue. Hex color #419AB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419AB2 is #BE654D. Grayscale: #818181. Windows color (decimal): -12477774 or 11704897. OLE color: 11704897.

HSL color Cylindrical-coordinate representation of color #419AB2: hue angle of 192.74º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #419AB2 is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 65 154 178 -
CMYK 0.63 0.13 0 0.30
HSL 192.74º 0.47% 0.48% -
HSV(B) 192.74º 0.63% 0.7% -
XYZ 21.77 27.45 46.27 -
YUV 130.13 155.01 81.55 -
System Red Green Blue C M Y K H S L
Decimal 65 154 178 0.63 0.13 0 0.30 192.74 0.47 0.48
Hex 41 9A B2 3F D 0 1E C1 2F 30
Octal 101 232 262 77 15 0 36 301 57 60
Binary 1000001 10011010 10110010 111111 1101 0 11110 11000001 101111 110000

Color Harmonies of #419AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419AB2

Black with #419AB2

Text Example


Text Example

White with #419AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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