#419BB1

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

Shades of Boston Blue #419BB1

Tints of Boston Blue #419BB1

Color information

#419BB1 (or 0x419BB1) is unknown color: approx Boston Blue. HEX triplet: 41, 9B and B1. RGB value is (65,155,177). Sum of RGB (Red+Green+Blue) = 65+155+177=397 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.37% from 397); Green value is 155 (60.94% from 255 or 39.04% from 397); Blue value is 177 (69.53% from 255 or 44.58% from 397); Max value from RGB is 177 - color contains mainly: blue. Hex color #419BB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419BB1 is #BE644E. Grayscale: #828282. Windows color (decimal): -12477519 or 11639617. OLE color: 11639617.

HSL color Cylindrical-coordinate representation of color #419BB1: hue angle of 191.79º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #419BB1 is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB65155177-
CMYK0.630.1200.31
HSL191.79º46.28%47.45%-
HSV(B)191.79º63.28%69.41%-
XYZ21.8427.7445.8-
YUV130.6154.1881.21-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.37%
GREEN value IS 155 (60.94% from 255) = 39.04%
BLUE value IS 177 (69.53% from 255) = 44.58%
R=16.37%
G=39.04%
B=44.58%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal651551770.630.1200.31191.7946.2847.45
Hex419BB13FC01Fc02e2f
Octal10123326177140373005657
Binary10000011001101110110001111111110001111111000000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,155,177); }

 H1.HeaderClassName
 {
   color: #419BB1;
 }
 .AnyTagClassName
 {
   color: #419BB1;
 }
</style>
background-color css

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

 a { background-color: rgb(65,155,177); }

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

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

 span { border-color: rgb(65,155,177); }

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