Html Css Color HEX #415D91 Mariner

📋 copy color: '#415D91'

red 65 ◦ green 93 ◦ blue 145

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

Shades of Mariner #415D91

Tints of Mariner #415D91

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.69%

 BLUE value IS 145 (57.03% from 255) = 47.85%

R = 21.45%
G = 30.69%
B = 47.85%

CMYK

 C value IS 0.55

 M value IS 0.36

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#415D91 (or 0x415D91) is known color: Mariner. HEX triplet: 41, 5D and 91. RGB value is (65,93,145). Sum of RGB (Red+Green+Blue) = 65+93+145=303 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.45% from 303); Green value is 93 (36.72% from 255 or 30.69% from 303); Blue value is 145 (57.03% from 255 or 47.85% from 303); Max value from RGB is 145 - color contains mainly: blue. Hex color #415D91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415D91 is #BEA26E. Grayscale: #5A5A5A. Windows color (decimal): -12493423 or 9526593. OLE color: 9526593.

HSL color Cylindrical-coordinate representation of color #415D91: hue angle of 219º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #415D91 is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 65 93 145 -
CMYK 0.55 0.36 0 0.43
HSL 219º 0.38% 0.41% -
HSV(B) 219º 0.55% 0.57% -
XYZ 11.21 11 28.32 -
YUV 90.56 158.72 109.77 -
System Red Green Blue C M Y K H S L
Decimal 65 93 145 0.55 0.36 0 0.43 219 0.38 0.41
Hex 41 5D 91 37 24 0 2B DB 26 29
Octal 101 135 221 67 44 0 53 333 46 51
Binary 1000001 1011101 10010001 110111 100100 0 101011 11011011 100110 101001

Color Harmonies of #415D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415D91

Black with #415D91

Text Example


Text Example

White with #415D91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415D91; }

 p { color: rgb(65,93,145); }

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

background-color css

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

 a { background-color: rgb(65,93,145); }

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

border-color css

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

 span { border-color: rgb(65,93,145); }

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