Shades of Mariner #415C91
Tints of Mariner #415C91
RGB
CMYK
RGB Variations
Color information
#415C91 (or 0x415C91) is known color: Mariner. HEX triplet: 41, 5C and 91. RGB value is (65,92,145). Sum of RGB (Red+Green+Blue) = 65+92+145=302 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.52% from 302); Green value is 92 (36.33% from 255 or 30.46% from 302); Blue value is 145 (57.03% from 255 or 48.01% from 302); Max value from RGB is 145 - color contains mainly: blue. Hex color #415C91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415C91 is #BEA36E. Grayscale: #595959. Windows color (decimal): -12493679 or 9526337. OLE color: 9526337.
HSL color Cylindrical-coordinate representation of color #415C91: hue angle of 219.75º 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 #415C91 is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 65 | 92 | 145 | - |
| CMYK | 0.55 | 0.37 | 0 | 0.43 |
| HSL | 219.75º | 0.38% | 0.41% | - |
| HSV(B) | 219.75º | 0.55% | 0.57% | - |
| XYZ | 11.12 | 10.82 | 28.29 | - |
| YUV | 89.97 | 159.05 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 92 | 145 | 0.55 | 0.37 | 0 | 0.43 | 219.75 | 0.38 | 0.41 |
| Hex | 41 | 5C | 91 | 37 | 25 | 0 | 2B | DC | 26 | 29 |
| Octal | 101 | 134 | 221 | 67 | 45 | 0 | 53 | 334 | 46 | 51 |
| Binary | 1000001 | 1011100 | 10010001 | 110111 | 100101 | 0 | 101011 | 11011100 | 100110 | 101001 |
Color Harmonies of #415C91
Complementary color
Monochromatic Colors of #415C91
Black with #415C91
Text Example
Text Example
White with #415C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415C91; }
p { color: rgb(65,92,145); }
H1.HeaderClassName
{
color: #415C91;
}
.AnyTagClassName
{
color: #415C91;
}
</style>
background-color css
<style>
a { background-color: #415C91; }
a { background-color: rgb(65,92,145); }
div.DivClassName
{
background-color: #415C91;
}
.BgClassName
{
background-color: #415C91;
}
</style>
border-color css
<style>
span { border-color: #415C91; }
span { border-color: rgb(65,92,145); }
td.TdClassName
{
border-color: #415C91;
}
.TagClassName
{
border-color: #415C91;
}
</style>