Shades of Mariner #415F90
Tints of Mariner #415F90
RGB
CMYK
RGB Variations
Color information
#415F90 (or 0x415F90) is known color: Mariner. HEX triplet: 41, 5F and 90. RGB value is (65,95,144). Sum of RGB (Red+Green+Blue) = 65+95+144=304 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.38% from 304); Green value is 95 (37.5% from 255 or 31.25% from 304); Blue value is 144 (56.64% from 255 or 47.37% from 304); Max value from RGB is 144 - color contains mainly: blue. Hex color #415F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415F90 is #BEA06F. Grayscale: #5B5B5B. Windows color (decimal): -12492912 or 9461569. OLE color: 9461569.
HSL color Cylindrical-coordinate representation of color #415F90: hue angle of 217.22º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #415F90 is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 95 | 144 | - |
| CMYK | 0.55 | 0.34 | 0 | 0.44 |
| HSL | 217.22º | 0.38% | 0.41% | - |
| HSV(B) | 217.22º | 0.55% | 0.56% | - |
| XYZ | 11.31 | 11.32 | 27.97 | - |
| YUV | 91.62 | 157.56 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 95 | 144 | 0.55 | 0.34 | 0 | 0.44 | 217.22 | 0.38 | 0.41 |
| Hex | 41 | 5F | 90 | 37 | 22 | 0 | 2C | D9 | 26 | 29 |
| Octal | 101 | 137 | 220 | 67 | 42 | 0 | 54 | 331 | 46 | 51 |
| Binary | 1000001 | 1011111 | 10010000 | 110111 | 100010 | 0 | 101100 | 11011001 | 100110 | 101001 |
Color Harmonies of #415F90
Complementary color
Monochromatic Colors of #415F90
Black with #415F90
Text Example
Text Example
White with #415F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415F90; }
p { color: rgb(65,95,144); }
H1.HeaderClassName
{
color: #415F90;
}
.AnyTagClassName
{
color: #415F90;
}
</style>
background-color css
<style>
a { background-color: #415F90; }
a { background-color: rgb(65,95,144); }
div.DivClassName
{
background-color: #415F90;
}
.BgClassName
{
background-color: #415F90;
}
</style>
border-color css
<style>
span { border-color: #415F90; }
span { border-color: rgb(65,95,144); }
td.TdClassName
{
border-color: #415F90;
}
.TagClassName
{
border-color: #415F90;
}
</style>