Shades of Mariner #415E91
Tints of Mariner #415E91
RGB
CMYK
RGB Variations
Color information
#415E91 (or 0x415E91) is known color: Mariner. HEX triplet: 41, 5E and 91. RGB value is (65,94,145). Sum of RGB (Red+Green+Blue) = 65+94+145=304 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.38% from 304); Green value is 94 (37.11% from 255 or 30.92% from 304); Blue value is 145 (57.03% from 255 or 47.70% from 304); Max value from RGB is 145 - color contains mainly: blue. Hex color #415E91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415E91 is #BEA16E. Grayscale: #5A5A5A. Windows color (decimal): -12493167 or 9526849. OLE color: 9526849.
HSL color Cylindrical-coordinate representation of color #415E91: hue angle of 218.25º 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 #415E91 is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 65 | 94 | 145 | - |
| CMYK | 0.55 | 0.35 | 0 | 0.43 |
| HSL | 218.25º | 0.38% | 0.41% | - |
| HSV(B) | 218.25º | 0.55% | 0.57% | - |
| XYZ | 11.29 | 11.17 | 28.35 | - |
| YUV | 91.14 | 158.39 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 94 | 145 | 0.55 | 0.35 | 0 | 0.43 | 218.25 | 0.38 | 0.41 |
| Hex | 41 | 5E | 91 | 37 | 23 | 0 | 2B | DA | 26 | 29 |
| Octal | 101 | 136 | 221 | 67 | 43 | 0 | 53 | 332 | 46 | 51 |
| Binary | 1000001 | 1011110 | 10010001 | 110111 | 100011 | 0 | 101011 | 11011010 | 100110 | 101001 |
Color Harmonies of #415E91
Complementary color
Monochromatic Colors of #415E91
Black with #415E91
Text Example
Text Example
White with #415E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415E91; }
p { color: rgb(65,94,145); }
H1.HeaderClassName
{
color: #415E91;
}
.AnyTagClassName
{
color: #415E91;
}
</style>
background-color css
<style>
a { background-color: #415E91; }
a { background-color: rgb(65,94,145); }
div.DivClassName
{
background-color: #415E91;
}
.BgClassName
{
background-color: #415E91;
}
</style>
border-color css
<style>
span { border-color: #415E91; }
span { border-color: rgb(65,94,145); }
td.TdClassName
{
border-color: #415E91;
}
.TagClassName
{
border-color: #415E91;
}
</style>