Shades of Mariner #41599E
Tints of Mariner #41599E
RGB
CMYK
RGB Variations
Color information
#41599E (or 0x41599E) is known color: Mariner. HEX triplet: 41, 59 and 9E. RGB value is (65,89,158). Sum of RGB (Red+Green+Blue) = 65+89+158=312 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.83% from 312); Green value is 89 (35.16% from 255 or 28.53% from 312); Blue value is 158 (62.11% from 255 or 50.64% from 312); Max value from RGB is 158 - color contains mainly: blue. Hex color #41599E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41599E is #BEA661. Grayscale: #595959. Windows color (decimal): -12494434 or 10377537. OLE color: 10377537.
HSL color Cylindrical-coordinate representation of color #41599E: hue angle of 224.52º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #41599E is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 65 | 89 | 158 | - |
| CMYK | 0.59 | 0.44 | 0 | 0.38 |
| HSL | 224.52º | 0.42% | 0.44% | - |
| HSV(B) | 224.52º | 0.59% | 0.62% | - |
| XYZ | 11.92 | 10.74 | 33.79 | - |
| YUV | 89.69 | 166.55 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 89 | 158 | 0.59 | 0.44 | 0 | 0.38 | 224.52 | 0.42 | 0.44 |
| Hex | 41 | 59 | 9E | 3B | 2C | 0 | 26 | E1 | 2A | 2C |
| Octal | 101 | 131 | 236 | 73 | 54 | 0 | 46 | 341 | 52 | 54 |
| Binary | 1000001 | 1011001 | 10011110 | 111011 | 101100 | 0 | 100110 | 11100001 | 101010 | 101100 |
Color Harmonies of #41599E
Complementary color
Monochromatic Colors of #41599E
Black with #41599E
Text Example
Text Example
White with #41599E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41599E; }
p { color: rgb(65,89,158); }
H1.HeaderClassName
{
color: #41599E;
}
.AnyTagClassName
{
color: #41599E;
}
</style>
background-color css
<style>
a { background-color: #41599E; }
a { background-color: rgb(65,89,158); }
div.DivClassName
{
background-color: #41599E;
}
.BgClassName
{
background-color: #41599E;
}
</style>
border-color css
<style>
span { border-color: #41599E; }
span { border-color: rgb(65,89,158); }
td.TdClassName
{
border-color: #41599E;
}
.TagClassName
{
border-color: #41599E;
}
</style>