Html Css Color HEX #40A0B9 Boston Blue

📋 copy color: '#40A0B9'

red 64 ◦ green 160 ◦ blue 185

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

Shades of Boston Blue #40A0B9

Tints of Boston Blue #40A0B9

RGB

 RED value IS 64 (25.39% from 255) = 15.65%

 GREEN value IS 160 (62.89% from 255) = 39.12%

 BLUE value IS 185 (72.66% from 255) = 45.23%

R = 15.65%
G = 39.12%
B = 45.23%

CMYK

 C value IS 0.65

 M value IS 0.14

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#40A0B9 (or 0x40A0B9) is known color: Boston Blue. HEX triplet: 40, A0 and B9. RGB value is (64,160,185). Sum of RGB (Red+Green+Blue) = 64+160+185=409 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.65% from 409); Green value is 160 (62.89% from 255 or 39.12% from 409); Blue value is 185 (72.66% from 255 or 45.23% from 409); Max value from RGB is 185 - color contains mainly: blue. Hex color #40A0B9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40A0B9 is #BF5F46. Grayscale: #858585. Windows color (decimal): -12541767 or 12165184. OLE color: 12165184.

HSL color Cylindrical-coordinate representation of color #40A0B9: hue angle of 192.4º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40A0B9 is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 64 160 185 -
CMYK 0.65 0.14 0 0.27
HSL 192.4º 0.49% 0.49% -
HSV(B) 192.4º 0.65% 0.73% -
XYZ 23.44 29.73 50.4 -
YUV 134.15 156.7 77.97 -
System Red Green Blue C M Y K H S L
Decimal 64 160 185 0.65 0.14 0 0.27 192.4 0.49 0.49
Hex 40 A0 B9 41 E 0 1B C0 31 31
Octal 100 240 271 101 16 0 33 300 61 61
Binary 1000000 10100000 10111001 1000001 1110 0 11011 11000000 110001 110001

Color Harmonies of #40A0B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A0B9

Black with #40A0B9

Text Example


Text Example

White with #40A0B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40A0B9; }

 p { color: rgb(64,160,185); }

 H1.HeaderClassName
 {
   color: #40A0B9;
 }
 .AnyTagClassName
 {
   color: #40A0B9;
 }
</style>

background-color css

<style>
 a { background-color: #40A0B9; }

 a { background-color: rgb(64,160,185); }

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

border-color css

<style>
 span { border-color: #40A0B9; }

 span { border-color: rgb(64,160,185); }

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