Shades of Mariner #415599
Tints of Mariner #415599
RGB
CMYK
RGB Variations
Color information
#415599 (or 0x415599) is known color: Mariner. HEX triplet: 41, 55 and 99. RGB value is (65,85,153). Sum of RGB (Red+Green+Blue) = 65+85+153=303 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.45% from 303); Green value is 85 (33.59% from 255 or 28.05% from 303); Blue value is 153 (60.16% from 255 or 50.50% from 303); Max value from RGB is 153 - color contains mainly: blue. Hex color #415599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415599 is #BEAA66. Grayscale: #565656. Windows color (decimal): -12495463 or 10048833. OLE color: 10048833.
HSL color Cylindrical-coordinate representation of color #415599: hue angle of 226.36º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #415599 is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 65 | 85 | 153 | - |
| CMYK | 0.58 | 0.44 | 0 | 0.4 |
| HSL | 226.36º | 0.4% | 0.43% | - |
| HSV(B) | 226.36º | 0.58% | 0.6% | - |
| XYZ | 11.18 | 9.92 | 31.46 | - |
| YUV | 86.77 | 165.37 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 85 | 153 | 0.58 | 0.44 | 0 | 0.4 | 226.36 | 0.4 | 0.43 |
| Hex | 41 | 55 | 99 | 3A | 2C | 0 | 28 | E2 | 28 | 2B |
| Octal | 101 | 125 | 231 | 72 | 54 | 0 | 50 | 342 | 50 | 53 |
| Binary | 1000001 | 1010101 | 10011001 | 111010 | 101100 | 0 | 101000 | 11100010 | 101000 | 101011 |
Color Harmonies of #415599
Complementary color
Monochromatic Colors of #415599
Black with #415599
Text Example
Text Example
White with #415599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415599; }
p { color: rgb(65,85,153); }
H1.HeaderClassName
{
color: #415599;
}
.AnyTagClassName
{
color: #415599;
}
</style>
background-color css
<style>
a { background-color: #415599; }
a { background-color: rgb(65,85,153); }
div.DivClassName
{
background-color: #415599;
}
.BgClassName
{
background-color: #415599;
}
</style>
border-color css
<style>
span { border-color: #415599; }
span { border-color: rgb(65,85,153); }
td.TdClassName
{
border-color: #415599;
}
.TagClassName
{
border-color: #415599;
}
</style>