Shades of Mariner #415D92
Tints of Mariner #415D92
RGB
CMYK
RGB Variations
Color information
#415D92 (or 0x415D92) is known color: Mariner. HEX triplet: 41, 5D and 92. RGB value is (65,93,146). Sum of RGB (Red+Green+Blue) = 65+93+146=304 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.38% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 146 (57.42% from 255 or 48.03% from 304); Max value from RGB is 146 - color contains mainly: blue. Hex color #415D92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415D92 is #BEA26D. Grayscale: #5A5A5A. Windows color (decimal): -12493422 or 9592129. OLE color: 9592129.
HSL color Cylindrical-coordinate representation of color #415D92: hue angle of 219.26º 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 #415D92 is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 65 | 93 | 146 | - |
| CMYK | 0.55 | 0.36 | 0 | 0.43 |
| HSL | 219.26º | 0.38% | 0.41% | - |
| HSV(B) | 219.26º | 0.55% | 0.57% | - |
| XYZ | 11.28 | 11.03 | 28.73 | - |
| YUV | 90.67 | 159.22 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 93 | 146 | 0.55 | 0.36 | 0 | 0.43 | 219.26 | 0.38 | 0.41 |
| Hex | 41 | 5D | 92 | 37 | 24 | 0 | 2B | DB | 26 | 29 |
| Octal | 101 | 135 | 222 | 67 | 44 | 0 | 53 | 333 | 46 | 51 |
| Binary | 1000001 | 1011101 | 10010010 | 110111 | 100100 | 0 | 101011 | 11011011 | 100110 | 101001 |
Color Harmonies of #415D92
Complementary color
Monochromatic Colors of #415D92
Black with #415D92
Text Example
Text Example
White with #415D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415D92; }
p { color: rgb(65,93,146); }
H1.HeaderClassName
{
color: #415D92;
}
.AnyTagClassName
{
color: #415D92;
}
</style>
background-color css
<style>
a { background-color: #415D92; }
a { background-color: rgb(65,93,146); }
div.DivClassName
{
background-color: #415D92;
}
.BgClassName
{
background-color: #415D92;
}
</style>
border-color css
<style>
span { border-color: #415D92; }
span { border-color: rgb(65,93,146); }
td.TdClassName
{
border-color: #415D92;
}
.TagClassName
{
border-color: #415D92;
}
</style>