Html Css Color HEX #415993 Mariner

📋 copy color: '#415993'

red 65 ◦ green 89 ◦ blue 147

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

Shades of Mariner #415993

Tints of Mariner #415993

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.57%

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

R = 21.59%
G = 29.57%
B = 48.84%

CMYK

 C value IS 0.56

 M value IS 0.39

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#415993 (or 0x415993) is known color: Mariner. HEX triplet: 41, 59 and 93. RGB value is (65,89,147). Sum of RGB (Red+Green+Blue) = 65+89+147=301 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.59% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 147 (57.81% from 255 or 48.84% from 301); Max value from RGB is 147 - color contains mainly: blue. Hex color #415993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415993 is #BEA66C. Grayscale: #585858. Windows color (decimal): -12494445 or 9656641. OLE color: 9656641.

HSL color Cylindrical-coordinate representation of color #415993: hue angle of 222.44º 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 #415993 is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 89 147 -
CMYK 0.56 0.39 0 0.42
HSL 222.44º 0.39% 0.42% -
HSV(B) 222.44º 0.56% 0.58% -
XYZ 11.02 10.38 29.03 -
YUV 88.44 161.05 111.28 -
System Red Green Blue C M Y K H S L
Decimal 65 89 147 0.56 0.39 0 0.42 222.44 0.39 0.42
Hex 41 59 93 38 27 0 2A DE 27 2A
Octal 101 131 223 70 47 0 52 336 47 52
Binary 1000001 1011001 10010011 111000 100111 0 101010 11011110 100111 101010

Color Harmonies of #415993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415993

Black with #415993

Text Example


Text Example

White with #415993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415993; }

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

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

background-color css

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

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

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

border-color css

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

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

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