Html Css Color HEX #416EA5 Mariner

📋 copy color: '#416EA5'

red 65 ◦ green 110 ◦ blue 165

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

Shades of Mariner #416EA5

Tints of Mariner #416EA5

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.35%

 BLUE value IS 165 (64.84% from 255) = 48.53%

R = 19.12%
G = 32.35%
B = 48.53%

CMYK

 C value IS 0.61

 M value IS 0.33

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#416EA5 (or 0x416EA5) is known color: Mariner. HEX triplet: 41, 6E and A5. RGB value is (65,110,165). Sum of RGB (Red+Green+Blue) = 65+110+165=340 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.12% from 340); Green value is 110 (43.36% from 255 or 32.35% from 340); Blue value is 165 (64.84% from 255 or 48.53% from 340); Max value from RGB is 165 - color contains mainly: blue. Hex color #416EA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416EA5 is #BE915A. Grayscale: #666666. Windows color (decimal): -12489051 or 10841665. OLE color: 10841665.

HSL color Cylindrical-coordinate representation of color #416EA5: hue angle of 213º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #416EA5 is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 65 110 165 -
CMYK 0.61 0.33 0 0.35
HSL 213º 0.43% 0.45% -
HSV(B) 213º 0.61% 0.65% -
XYZ 14.55 14.99 37.72 -
YUV 102.82 163.09 101.03 -
System Red Green Blue C M Y K H S L
Decimal 65 110 165 0.61 0.33 0 0.35 213 0.43 0.45
Hex 41 6E A5 3D 21 0 23 D5 2B 2D
Octal 101 156 245 75 41 0 43 325 53 55
Binary 1000001 1101110 10100101 111101 100001 0 100011 11010101 101011 101101

Color Harmonies of #416EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416EA5

Black with #416EA5

Text Example


Text Example

White with #416EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416EA5; }

 p { color: rgb(65,110,165); }

 H1.HeaderClassName
 {
   color: #416EA5;
 }
 .AnyTagClassName
 {
   color: #416EA5;
 }
</style>

background-color css

<style>
 a { background-color: #416EA5; }

 a { background-color: rgb(65,110,165); }

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

border-color css

<style>
 span { border-color: #416EA5; }

 span { border-color: rgb(65,110,165); }

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