Html Css Color HEX #416099 Mariner

📋 copy color: '#416099'

red 65 ◦ green 96 ◦ blue 153

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

Shades of Mariner #416099

Tints of Mariner #416099

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.57%

 BLUE value IS 153 (60.16% from 255) = 48.73%

R = 20.7%
G = 30.57%
B = 48.73%

CMYK

 C value IS 0.58

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#416099 (or 0x416099) is known color: Mariner. HEX triplet: 41, 60 and 99. RGB value is (65,96,153). Sum of RGB (Red+Green+Blue) = 65+96+153=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 153 (60.16% from 255 or 48.73% from 314); Max value from RGB is 153 - color contains mainly: blue. Hex color #416099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416099 is #BE9F66. Grayscale: #5C5C5C. Windows color (decimal): -12492647 or 10051649. OLE color: 10051649.

HSL color Cylindrical-coordinate representation of color #416099: hue angle of 218.86º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #416099 is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 65 96 153 -
CMYK 0.58 0.37 0 0.4
HSL 218.86º 0.4% 0.43% -
HSV(B) 218.86º 0.58% 0.6% -
XYZ 12.11 11.79 31.77 -
YUV 93.23 161.73 107.87 -
System Red Green Blue C M Y K H S L
Decimal 65 96 153 0.58 0.37 0 0.4 218.86 0.4 0.43
Hex 41 60 99 3A 25 0 28 DB 28 2B
Octal 101 140 231 72 45 0 50 333 50 53
Binary 1000001 1100000 10011001 111010 100101 0 101000 11011011 101000 101011

Color Harmonies of #416099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416099

Black with #416099

Text Example


Text Example

White with #416099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416099; }

 p { color: rgb(65,96,153); }

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

background-color css

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

 a { background-color: rgb(65,96,153); }

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

border-color css

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

 span { border-color: rgb(65,96,153); }

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