#419AC1

Color #419AC1 Boston Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Boston Blue #419AC1

Tints of Boston Blue #419AC1

Color information

#419AC1 (or 0x419AC1) is unknown color: approx 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

RGB65154193-
CMYK0.660.2000.24
HSL198.28º50.79%50.59%-
HSV(B)198.28º66.32%75.69%-
XYZ23.3628.0954.64-
YUV131.84162.5180.33-

RGB Variations

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

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 (Cyan) values IS 0.66
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal651541930.660.2000.24198.2850.7950.59
Hex419AC14214018c63333
Octal101232301102240303066363
Binary1000001100110101100000110000101010001100011000110110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>