Shades of Mariner #415F9E
Tints of Mariner #415F9E
RGB
CMYK
RGB Variations
Color information
#415F9E (or 0x415F9E) is known color: Mariner. HEX triplet: 41, 5F and 9E. RGB value is (65,95,158). Sum of RGB (Red+Green+Blue) = 65+95+158=318 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.44% from 318); Green value is 95 (37.5% from 255 or 29.87% from 318); Blue value is 158 (62.11% from 255 or 49.69% from 318); Max value from RGB is 158 - color contains mainly: blue. Hex color #415F9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415F9E is #BEA061. Grayscale: #5C5C5C. Windows color (decimal): -12492898 or 10379073. OLE color: 10379073.
HSL color Cylindrical-coordinate representation of color #415F9E: hue angle of 220.65º 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 #415F9E is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 65 | 95 | 158 | - |
| CMYK | 0.59 | 0.40 | 0 | 0.38 |
| HSL | 220.65º | 0.42% | 0.44% | - |
| HSV(B) | 220.65º | 0.59% | 0.62% | - |
| XYZ | 12.44 | 11.78 | 33.97 | - |
| YUV | 93.21 | 164.56 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 95 | 158 | 0.59 | 0.40 | 0 | 0.38 | 220.65 | 0.42 | 0.44 |
| Hex | 41 | 5F | 9E | 3B | 28 | 0 | 26 | DD | 2A | 2C |
| Octal | 101 | 137 | 236 | 73 | 50 | 0 | 46 | 335 | 52 | 54 |
| Binary | 1000001 | 1011111 | 10011110 | 111011 | 101000 | 0 | 100110 | 11011101 | 101010 | 101100 |
Color Harmonies of #415F9E
Complementary color
Monochromatic Colors of #415F9E
Black with #415F9E
Text Example
Text Example
White with #415F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415F9E; }
p { color: rgb(65,95,158); }
H1.HeaderClassName
{
color: #415F9E;
}
.AnyTagClassName
{
color: #415F9E;
}
</style>
background-color css
<style>
a { background-color: #415F9E; }
a { background-color: rgb(65,95,158); }
div.DivClassName
{
background-color: #415F9E;
}
.BgClassName
{
background-color: #415F9E;
}
</style>
border-color css
<style>
span { border-color: #415F9E; }
span { border-color: rgb(65,95,158); }
td.TdClassName
{
border-color: #415F9E;
}
.TagClassName
{
border-color: #415F9E;
}
</style>