Shades of Mariner #41609F
Tints of Mariner #41609F
RGB
CMYK
RGB Variations
Color information
#41609F (or 0x41609F) is known color: Mariner. HEX triplet: 41, 60 and 9F. RGB value is (65,96,159). Sum of RGB (Red+Green+Blue) = 65+96+159=320 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.31% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 159 (62.5% from 255 or 49.69% from 320); Max value from RGB is 159 - color contains mainly: blue. Hex color #41609F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41609F is #BE9F60. Grayscale: #5D5D5D. Windows color (decimal): -12492641 or 10444865. OLE color: 10444865.
HSL color Cylindrical-coordinate representation of color #41609F: hue angle of 220.21º 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 #41609F is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 65 | 96 | 159 | - |
| CMYK | 0.59 | 0.40 | 0 | 0.38 |
| HSL | 220.21º | 0.42% | 0.44% | - |
| HSV(B) | 220.21º | 0.59% | 0.62% | - |
| XYZ | 12.62 | 11.99 | 34.45 | - |
| YUV | 93.91 | 164.73 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 96 | 159 | 0.59 | 0.40 | 0 | 0.38 | 220.21 | 0.42 | 0.44 |
| Hex | 41 | 60 | 9F | 3B | 28 | 0 | 26 | DC | 2A | 2C |
| Octal | 101 | 140 | 237 | 73 | 50 | 0 | 46 | 334 | 52 | 54 |
| Binary | 1000001 | 1100000 | 10011111 | 111011 | 101000 | 0 | 100110 | 11011100 | 101010 | 101100 |
Color Harmonies of #41609F
Complementary color
Monochromatic Colors of #41609F
Black with #41609F
Text Example
Text Example
White with #41609F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41609F; }
p { color: rgb(65,96,159); }
H1.HeaderClassName
{
color: #41609F;
}
.AnyTagClassName
{
color: #41609F;
}
</style>
background-color css
<style>
a { background-color: #41609F; }
a { background-color: rgb(65,96,159); }
div.DivClassName
{
background-color: #41609F;
}
.BgClassName
{
background-color: #41609F;
}
</style>
border-color css
<style>
span { border-color: #41609F; }
span { border-color: rgb(65,96,159); }
td.TdClassName
{
border-color: #41609F;
}
.TagClassName
{
border-color: #41609F;
}
</style>