Html Css Color HEX #416BAB Mariner

📋 copy color: '#416BAB'

red 65 ◦ green 107 ◦ blue 171

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

Shades of Mariner #416BAB

Tints of Mariner #416BAB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.2%

 BLUE value IS 171 (67.19% from 255) = 49.85%

R = 18.95%
G = 31.2%
B = 49.85%

CMYK

 C value IS 0.62

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#416BAB (or 0x416BAB) is known color: Mariner. HEX triplet: 41, 6B and AB. RGB value is (65,107,171). Sum of RGB (Red+Green+Blue) = 65+107+171=343 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.95% from 343); Green value is 107 (42.19% from 255 or 31.20% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 171 - color contains mainly: blue. Hex color #416BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416BAB is #BE9454. Grayscale: #656565. Windows color (decimal): -12489813 or 11234113. OLE color: 11234113.

HSL color Cylindrical-coordinate representation of color #416BAB: hue angle of 216.23º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #416BAB is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 65 107 171 -
CMYK 0.62 0.37 0 0.33
HSL 216.23º 0.45% 0.46% -
HSV(B) 216.23º 0.62% 0.67% -
XYZ 14.79 14.58 40.56 -
YUV 101.74 167.09 101.8 -
System Red Green Blue C M Y K H S L
Decimal 65 107 171 0.62 0.37 0 0.33 216.23 0.45 0.46
Hex 41 6B AB 3E 25 0 21 D8 2D 2E
Octal 101 153 253 76 45 0 41 330 55 56
Binary 1000001 1101011 10101011 111110 100101 0 100001 11011000 101101 101110

Color Harmonies of #416BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416BAB

Black with #416BAB

Text Example


Text Example

White with #416BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,107,171); }

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

background-color css

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

 a { background-color: rgb(65,107,171); }

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

border-color css

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

 span { border-color: rgb(65,107,171); }

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