Html Css Color HEX #419CAB Boston Blue

📋 copy color: '#419CAB'

red 65 ◦ green 156 ◦ blue 171

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

Shades of Boston Blue #419CAB

Tints of Boston Blue #419CAB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.8%

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

R = 16.58%
G = 39.8%
B = 43.62%

CMYK

 C value IS 0.62

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#419CAB (or 0x419CAB) is known color: Boston Blue. HEX triplet: 41, 9C and AB. RGB value is (65,156,171). Sum of RGB (Red+Green+Blue) = 65+156+171=392 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.58% from 392); Green value is 156 (61.33% from 255 or 39.80% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 171 - color contains mainly: blue. Hex color #419CAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419CAB is #BE6354. Grayscale: #828282. Windows color (decimal): -12477269 or 11246657. OLE color: 11246657.

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

Color convert

RGB 65 156 171 -
CMYK 0.62 0.09 0 0.33
HSL 188.49º 0.45% 0.46% -
HSV(B) 188.49º 0.62% 0.67% -
XYZ 21.42 27.84 42.77 -
YUV 130.5 150.85 81.28 -
System Red Green Blue C M Y K H S L
Decimal 65 156 171 0.62 0.09 0 0.33 188.49 0.45 0.46
Hex 41 9C AB 3E 9 0 21 BC 2D 2E
Octal 101 234 253 76 11 0 41 274 55 56
Binary 1000001 10011100 10101011 111110 1001 0 100001 10111100 101101 101110

Color Harmonies of #419CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419CAB

Black with #419CAB

Text Example


Text Example

White with #419CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #419CAB;
 }
 .AnyTagClassName
 {
   color: #419CAB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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