Html Css Color HEX #416AB9 Mariner

📋 copy color: '#416AB9'

red 65 ◦ green 106 ◦ blue 185

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

Shades of Mariner #416AB9

Tints of Mariner #416AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 51.97%

R = 18.26%
G = 29.78%
B = 51.97%

CMYK

 C value IS 0.65

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#416AB9 (or 0x416AB9) is known color: Mariner. HEX triplet: 41, 6A and B9. RGB value is (65,106,185). Sum of RGB (Red+Green+Blue) = 65+106+185=356 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.26% from 356); Green value is 106 (41.80% from 255 or 29.78% from 356); Blue value is 185 (72.66% from 255 or 51.97% from 356); Max value from RGB is 185 - color contains mainly: blue. Hex color #416AB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416AB9 is #BE9546. Grayscale: #666666. Windows color (decimal): -12490055 or 12151361. OLE color: 12151361.

HSL color Cylindrical-coordinate representation of color #416AB9: hue angle of 219.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #416AB9 is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 65 106 185 -
CMYK 0.65 0.43 0 0.27
HSL 219.5º 0.48% 0.49% -
HSV(B) 219.5º 0.65% 0.73% -
XYZ 16.09 14.93 47.93 -
YUV 102.75 174.42 101.08 -
System Red Green Blue C M Y K H S L
Decimal 65 106 185 0.65 0.43 0 0.27 219.5 0.48 0.49
Hex 41 6A B9 41 2B 0 1B DC 30 31
Octal 101 152 271 101 53 0 33 334 60 61
Binary 1000001 1101010 10111001 1000001 101011 0 11011 11011100 110000 110001

Color Harmonies of #416AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416AB9

Black with #416AB9

Text Example


Text Example

White with #416AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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