Shades of Mariner #415A93
Tints of Mariner #415A93
RGB
CMYK
RGB Variations
Color information
#415A93 (or 0x415A93) is known color: Mariner. HEX triplet: 41, 5A and 93. RGB value is (65,90,147). Sum of RGB (Red+Green+Blue) = 65+90+147=302 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.52% from 302); Green value is 90 (35.55% from 255 or 29.80% from 302); Blue value is 147 (57.81% from 255 or 48.68% from 302); Max value from RGB is 147 - color contains mainly: blue. Hex color #415A93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415A93 is #BEA56C. Grayscale: #585858. Windows color (decimal): -12494189 or 9656897. OLE color: 9656897.
HSL color Cylindrical-coordinate representation of color #415A93: hue angle of 221.71º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #415A93 is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 65 | 90 | 147 | - |
| CMYK | 0.56 | 0.39 | 0 | 0.42 |
| HSL | 221.71º | 0.39% | 0.42% | - |
| HSV(B) | 221.71º | 0.56% | 0.58% | - |
| XYZ | 11.1 | 10.54 | 29.05 | - |
| YUV | 89.02 | 160.72 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 90 | 147 | 0.56 | 0.39 | 0 | 0.42 | 221.71 | 0.39 | 0.42 |
| Hex | 41 | 5A | 93 | 38 | 27 | 0 | 2A | DE | 27 | 2A |
| Octal | 101 | 132 | 223 | 70 | 47 | 0 | 52 | 336 | 47 | 52 |
| Binary | 1000001 | 1011010 | 10010011 | 111000 | 100111 | 0 | 101010 | 11011110 | 100111 | 101010 |
Color Harmonies of #415A93
Complementary color
Monochromatic Colors of #415A93
Black with #415A93
Text Example
Text Example
White with #415A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415A93; }
p { color: rgb(65,90,147); }
H1.HeaderClassName
{
color: #415A93;
}
.AnyTagClassName
{
color: #415A93;
}
</style>
background-color css
<style>
a { background-color: #415A93; }
a { background-color: rgb(65,90,147); }
div.DivClassName
{
background-color: #415A93;
}
.BgClassName
{
background-color: #415A93;
}
</style>
border-color css
<style>
span { border-color: #415A93; }
span { border-color: rgb(65,90,147); }
td.TdClassName
{
border-color: #415A93;
}
.TagClassName
{
border-color: #415A93;
}
</style>