Html Css Color HEX #416093 Mariner

📋 copy color: '#416093'

red 65 ◦ green 96 ◦ blue 147

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

Shades of Mariner #416093

Tints of Mariner #416093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 47.73%

R = 21.1%
G = 31.17%
B = 47.73%

CMYK

 C value IS 0.56

 M value IS 0.35

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#416093 (or 0x416093) is known color: Mariner. HEX triplet: 41, 60 and 93. RGB value is (65,96,147). Sum of RGB (Red+Green+Blue) = 65+96+147=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 147 (57.81% from 255 or 47.73% from 308); Max value from RGB is 147 - color contains mainly: blue. Hex color #416093 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416093 is #BE9F6C. Grayscale: #5C5C5C. Windows color (decimal): -12492653 or 9658433. OLE color: 9658433.

HSL color Cylindrical-coordinate representation of color #416093: hue angle of 217.32º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #416093 is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 96 147 -
CMYK 0.56 0.35 0 0.42
HSL 217.32º 0.39% 0.42% -
HSV(B) 217.32º 0.56% 0.58% -
XYZ 11.63 11.6 29.23 -
YUV 92.55 158.73 108.35 -
System Red Green Blue C M Y K H S L
Decimal 65 96 147 0.56 0.35 0 0.42 217.32 0.39 0.42
Hex 41 60 93 38 23 0 2A D9 27 2A
Octal 101 140 223 70 43 0 52 331 47 52
Binary 1000001 1100000 10010011 111000 100011 0 101010 11011001 100111 101010

Color Harmonies of #416093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416093

Black with #416093

Text Example


Text Example

White with #416093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416093; }

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

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

background-color css

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

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

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

border-color css

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

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

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