#419DAF

Color #419DAF Boston Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Boston Blue #419DAF

Tints of Boston Blue #419DAF

Color information

#419DAF (or 0x419DAF) is unknown color: approx Boston Blue. HEX triplet: 41, 9D and AF. RGB value is (65,157,175). Sum of RGB (Red+Green+Blue) = 65+157+175=397 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.37% from 397); Green value is 157 (61.72% from 255 or 39.55% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 175 - color contains mainly: blue. Hex color #419DAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419DAF is #BE6250. Grayscale: #838383. Windows color (decimal): -12477009 or 11509057. OLE color: 11509057.

HSL color Cylindrical-coordinate representation of color #419DAF: hue angle of 189.82º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #419DAF is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB65157175-
CMYK0.630.1000.31
HSL189.82º45.83%47.06%-
HSV(B)189.82º62.86%68.63%-
XYZ21.9728.3344.87-
YUV131.54152.5280.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.37%
GREEN value IS 157 (61.72% from 255) = 39.55%
BLUE value IS 175 (68.75% from 255) = 44.08%
R=16.37%
G=39.55%
B=44.08%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal651571750.630.1000.31189.8245.8347.06
Hex419DAF3FA01Fbe2e2f
Octal10123525777120372765657
Binary10000011001110110101111111111101001111110111110101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,157,175); }

 H1.HeaderClassName
 {
   color: #419DAF;
 }
 .AnyTagClassName
 {
   color: #419DAF;
 }
</style>
background-color css

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

 a { background-color: rgb(65,157,175); }

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

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

 span { border-color: rgb(65,157,175); }

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