Html Css Color HEX #418FAB Boston Blue

📋 copy color: '#418FAB'

red 65 ◦ green 143 ◦ blue 171

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

Shades of Boston Blue #418FAB

Tints of Boston Blue #418FAB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.73%

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

R = 17.15%
G = 37.73%
B = 45.12%

CMYK

 C value IS 0.62

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#418FAB (or 0x418FAB) is known color: Boston Blue. HEX triplet: 41, 8F and AB. RGB value is (65,143,171). Sum of RGB (Red+Green+Blue) = 65+143+171=379 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.15% from 379); Green value is 143 (56.25% from 255 or 37.73% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 171 - color contains mainly: blue. Hex color #418FAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418FAB is #BE7054. Grayscale: #7A7A7A. Windows color (decimal): -12480597 or 11243329. OLE color: 11243329.

HSL color Cylindrical-coordinate representation of color #418FAB: hue angle of 195.85º 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 #418FAB is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 65 143 171 -
CMYK 0.62 0.16 0 0.33
HSL 195.85º 0.45% 0.46% -
HSV(B) 195.85º 0.62% 0.67% -
XYZ 19.35 23.71 42.08 -
YUV 122.87 155.16 86.72 -
System Red Green Blue C M Y K H S L
Decimal 65 143 171 0.62 0.16 0 0.33 195.85 0.45 0.46
Hex 41 8F AB 3E 10 0 21 C4 2D 2E
Octal 101 217 253 76 20 0 41 304 55 56
Binary 1000001 10001111 10101011 111110 10000 0 100001 11000100 101101 101110

Color Harmonies of #418FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418FAB

Black with #418FAB

Text Example


Text Example

White with #418FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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