Html Css Color HEX #416AA5 Mariner

📋 copy color: '#416AA5'

red 65 ◦ green 106 ◦ blue 165

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

Shades of Mariner #416AA5

Tints of Mariner #416AA5

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.55%

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

R = 19.35%
G = 31.55%
B = 49.11%

CMYK

 C value IS 0.61

 M value IS 0.36

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#416AA5 (or 0x416AA5) is known color: Mariner. HEX triplet: 41, 6A and A5. RGB value is (65,106,165). Sum of RGB (Red+Green+Blue) = 65+106+165=336 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.35% from 336); Green value is 106 (41.80% from 255 or 31.55% from 336); Blue value is 165 (64.84% from 255 or 49.11% from 336); Max value from RGB is 165 - color contains mainly: blue. Hex color #416AA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416AA5 is #BE955A. Grayscale: #646464. Windows color (decimal): -12490075 or 10840641. OLE color: 10840641.

HSL color Cylindrical-coordinate representation of color #416AA5: hue angle of 215.4º 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 #416AA5 is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 65 106 165 -
CMYK 0.61 0.36 0 0.35
HSL 215.4º 0.43% 0.45% -
HSV(B) 215.4º 0.61% 0.65% -
XYZ 14.13 14.15 37.58 -
YUV 100.47 164.42 102.7 -
System Red Green Blue C M Y K H S L
Decimal 65 106 165 0.61 0.36 0 0.35 215.4 0.43 0.45
Hex 41 6A A5 3D 24 0 23 D7 2B 2D
Octal 101 152 245 75 44 0 43 327 53 55
Binary 1000001 1101010 10100101 111101 100100 0 100011 11010111 101011 101101

Color Harmonies of #416AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416AA5

Black with #416AA5

Text Example


Text Example

White with #416AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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