#418BB1

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

Shades of Boston Blue #418BB1

Tints of Boston Blue #418BB1

Color information

#418BB1 (or 0x418BB1) is unknown color: approx Boston Blue. HEX triplet: 41, 8B and B1. RGB value is (65,139,177). Sum of RGB (Red+Green+Blue) = 65+139+177=381 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.06% from 381); Green value is 139 (54.69% from 255 or 36.48% from 381); Blue value is 177 (69.53% from 255 or 46.46% from 381); Max value from RGB is 177 - color contains mainly: blue. Hex color #418BB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418BB1 is #BE744E. Grayscale: #787878. Windows color (decimal): -12481615 or 11635521. OLE color: 11635521.

HSL color Cylindrical-coordinate representation of color #418BB1: hue angle of 200.36º 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 #418BB1 is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB65139177-
CMYK0.630.2100.31
HSL200.36º46.28%47.45%-
HSV(B)200.36º63.28%69.41%-
XYZ19.3522.7644.97-
YUV121.21159.4887.91-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.06%
GREEN value IS 139 (54.69% from 255) = 36.48%
BLUE value IS 177 (69.53% from 255) = 46.46%
R=17.06%
G=36.48%
B=46.46%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal651391770.630.2100.31200.3646.2847.45
Hex418BB13F1501Fc82e2f
Octal10121326177250373105657
Binary100000110001011101100011111111010101111111001000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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