Html Css Color HEX #419AC1 Boston Blue

📋 copy color: '#419AC1'

red 65 ◦ green 154 ◦ blue 193

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

Shades of Boston Blue #419AC1

Tints of Boston Blue #419AC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 46.84%

R = 15.78%
G = 37.38%
B = 46.84%

CMYK

 C value IS 0.66

 M value IS 0.20

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#419AC1 (or 0x419AC1) is known color: Boston Blue. HEX triplet: 41, 9A and C1. RGB value is (65,154,193). Sum of RGB (Red+Green+Blue) = 65+154+193=412 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.78% from 412); Green value is 154 (60.55% from 255 or 37.38% from 412); Blue value is 193 (75.78% from 255 or 46.84% from 412); Max value from RGB is 193 - color contains mainly: blue. Hex color #419AC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419AC1 is #BE653E. Grayscale: #838383. Windows color (decimal): -12477759 or 12687937. OLE color: 12687937.

HSL color Cylindrical-coordinate representation of color #419AC1: hue angle of 198.28º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #419AC1 is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 65 154 193 -
CMYK 0.66 0.20 0 0.24
HSL 198.28º 0.51% 0.51% -
HSV(B) 198.28º 0.66% 0.76% -
XYZ 23.36 28.09 54.64 -
YUV 131.84 162.51 80.33 -
System Red Green Blue C M Y K H S L
Decimal 65 154 193 0.66 0.20 0 0.24 198.28 0.51 0.51
Hex 41 9A C1 42 14 0 18 C6 33 33
Octal 101 232 301 102 24 0 30 306 63 63
Binary 1000001 10011010 11000001 1000010 10100 0 11000 11000110 110011 110011

Color Harmonies of #419AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419AC1

Black with #419AC1

Text Example


Text Example

White with #419AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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