Shades of Mariner #41599B
Tints of Mariner #41599B
RGB
CMYK
RGB Variations
Color information
#41599B (or 0x41599B) is known color: Mariner. HEX triplet: 41, 59 and 9B. RGB value is (65,89,155). Sum of RGB (Red+Green+Blue) = 65+89+155=309 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.04% from 309); Green value is 89 (35.16% from 255 or 28.80% from 309); Blue value is 155 (60.94% from 255 or 50.16% from 309); Max value from RGB is 155 - color contains mainly: blue. Hex color #41599B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41599B is #BEA664. Grayscale: #595959. Windows color (decimal): -12494437 or 10180929. OLE color: 10180929.
HSL color Cylindrical-coordinate representation of color #41599B: hue angle of 224º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #41599B is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 65 | 89 | 155 | - |
| CMYK | 0.58 | 0.43 | 0 | 0.39 |
| HSL | 224º | 0.41% | 0.43% | - |
| HSV(B) | 224º | 0.58% | 0.61% | - |
| XYZ | 11.67 | 10.64 | 32.45 | - |
| YUV | 89.35 | 165.05 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 89 | 155 | 0.58 | 0.43 | 0 | 0.39 | 224 | 0.41 | 0.43 |
| Hex | 41 | 59 | 9B | 3A | 2B | 0 | 27 | E0 | 29 | 2B |
| Octal | 101 | 131 | 233 | 72 | 53 | 0 | 47 | 340 | 51 | 53 |
| Binary | 1000001 | 1011001 | 10011011 | 111010 | 101011 | 0 | 100111 | 11100000 | 101001 | 101011 |
Color Harmonies of #41599B
Complementary color
Monochromatic Colors of #41599B
Black with #41599B
Text Example
Text Example
White with #41599B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41599B; }
p { color: rgb(65,89,155); }
H1.HeaderClassName
{
color: #41599B;
}
.AnyTagClassName
{
color: #41599B;
}
</style>
background-color css
<style>
a { background-color: #41599B; }
a { background-color: rgb(65,89,155); }
div.DivClassName
{
background-color: #41599B;
}
.BgClassName
{
background-color: #41599B;
}
</style>
border-color css
<style>
span { border-color: #41599B; }
span { border-color: rgb(65,89,155); }
td.TdClassName
{
border-color: #41599B;
}
.TagClassName
{
border-color: #41599B;
}
</style>