Html Css Color HEX #416FA1 Mariner

📋 copy color: '#416FA1'

red 65 ◦ green 111 ◦ blue 161

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

Shades of Mariner #416FA1

Tints of Mariner #416FA1

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.94%

 BLUE value IS 161 (63.28% from 255) = 47.77%

R = 19.29%
G = 32.94%
B = 47.77%

CMYK

 C value IS 0.60

 M value IS 0.31

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#416FA1 (or 0x416FA1) is known color: Mariner. HEX triplet: 41, 6F and A1. RGB value is (65,111,161). Sum of RGB (Red+Green+Blue) = 65+111+161=337 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.29% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 161 (63.28% from 255 or 47.77% from 337); Max value from RGB is 161 - color contains mainly: blue. Hex color #416FA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416FA1 is #BE905E. Grayscale: #666666. Windows color (decimal): -12488799 or 10579777. OLE color: 10579777.

HSL color Cylindrical-coordinate representation of color #416FA1: hue angle of 211.25º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #416FA1 is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 65 111 161 -
CMYK 0.60 0.31 0 0.37
HSL 211.25º 0.42% 0.44% -
HSV(B) 211.25º 0.6% 0.63% -
XYZ 14.3 15.07 35.87 -
YUV 102.95 160.76 100.93 -
System Red Green Blue C M Y K H S L
Decimal 65 111 161 0.60 0.31 0 0.37 211.25 0.42 0.44
Hex 41 6F A1 3C 1F 0 25 D3 2A 2C
Octal 101 157 241 74 37 0 45 323 52 54
Binary 1000001 1101111 10100001 111100 11111 0 100101 11010011 101010 101100

Color Harmonies of #416FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416FA1

Black with #416FA1

Text Example


Text Example

White with #416FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,111,161); }

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

background-color css

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

 a { background-color: rgb(65,111,161); }

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

border-color css

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

 span { border-color: rgb(65,111,161); }

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