Html Css Color HEX #418BAB Boston Blue

📋 copy color: '#418BAB'

red 65 ◦ green 139 ◦ blue 171

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

Shades of Boston Blue #418BAB

Tints of Boston Blue #418BAB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.07%

 BLUE value IS 171 (67.19% from 255) = 45.6%

R = 17.33%
G = 37.07%
B = 45.6%

CMYK

 C value IS 0.62

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#418BAB (or 0x418BAB) is known color: Boston Blue. HEX triplet: 41, 8B and AB. RGB value is (65,139,171). Sum of RGB (Red+Green+Blue) = 65+139+171=375 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.33% from 375); Green value is 139 (54.69% from 255 or 37.07% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #418BAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418BAB is #BE7454. Grayscale: #787878. Windows color (decimal): -12481621 or 11242305. OLE color: 11242305.

HSL color Cylindrical-coordinate representation of color #418BAB: hue angle of 198.11º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #418BAB is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 65 139 171 -
CMYK 0.62 0.19 0 0.33
HSL 198.11º 0.45% 0.46% -
HSV(B) 198.11º 0.62% 0.67% -
XYZ 18.76 22.53 41.89 -
YUV 120.52 156.48 88.4 -
System Red Green Blue C M Y K H S L
Decimal 65 139 171 0.62 0.19 0 0.33 198.11 0.45 0.46
Hex 41 8B AB 3E 13 0 21 C6 2D 2E
Octal 101 213 253 76 23 0 41 306 55 56
Binary 1000001 10001011 10101011 111110 10011 0 100001 11000110 101101 101110

Color Harmonies of #418BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418BAB

Black with #418BAB

Text Example


Text Example

White with #418BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #418BAB;
 }
 .AnyTagClassName
 {
   color: #418BAB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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