Html Css Color HEX #419ABC Boston Blue

📋 copy color: '#419ABC'

red 65 ◦ green 154 ◦ blue 188

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

Shades of Boston Blue #419ABC

Tints of Boston Blue #419ABC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.84%

 BLUE value IS 188 (73.83% from 255) = 46.19%

R = 15.97%
G = 37.84%
B = 46.19%

CMYK

 C value IS 0.65

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#419ABC (or 0x419ABC) is known color: Boston Blue. HEX triplet: 41, 9A and BC. RGB value is (65,154,188). Sum of RGB (Red+Green+Blue) = 65+154+188=407 (53% of max value = 765). Red value is 65 (25.78% from 255 or 15.97% from 407); Green value is 154 (60.55% from 255 or 37.84% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 188 - color contains mainly: blue. Hex color #419ABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419ABC is #BE6543. Grayscale: #838383. Windows color (decimal): -12477764 or 12360257. OLE color: 12360257.

HSL color Cylindrical-coordinate representation of color #419ABC: hue angle of 196.59º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #419ABC is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 65 154 188 -
CMYK 0.65 0.18 0 0.26
HSL 196.59º 0.49% 0.5% -
HSV(B) 196.59º 0.65% 0.74% -
XYZ 22.81 27.87 51.75 -
YUV 131.27 160.01 80.74 -
System Red Green Blue C M Y K H S L
Decimal 65 154 188 0.65 0.18 0 0.26 196.59 0.49 0.5
Hex 41 9A BC 41 12 0 1A C5 31 32
Octal 101 232 274 101 22 0 32 305 61 62
Binary 1000001 10011010 10111100 1000001 10010 0 11010 11000101 110001 110010

Color Harmonies of #419ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419ABC

Black with #419ABC

Text Example


Text Example

White with #419ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,154,188); }

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

background-color css

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

 a { background-color: rgb(65,154,188); }

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

border-color css

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

 span { border-color: rgb(65,154,188); }

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