Shades of Mariner #415C90
Tints of Mariner #415C90
RGB
CMYK
RGB Variations
Color information
#415C90 (or 0x415C90) is known color: Mariner. HEX triplet: 41, 5C and 90. RGB value is (65,92,144). Sum of RGB (Red+Green+Blue) = 65+92+144=301 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.59% from 301); Green value is 92 (36.33% from 255 or 30.56% from 301); Blue value is 144 (56.64% from 255 or 47.84% from 301); Max value from RGB is 144 - color contains mainly: blue. Hex color #415C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415C90 is #BEA36F. Grayscale: #595959. Windows color (decimal): -12493680 or 9460801. OLE color: 9460801.
HSL color Cylindrical-coordinate representation of color #415C90: hue angle of 219.49º 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 #415C90 is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 92 | 144 | - |
| CMYK | 0.55 | 0.36 | 0 | 0.44 |
| HSL | 219.49º | 0.38% | 0.41% | - |
| HSV(B) | 219.49º | 0.55% | 0.56% | - |
| XYZ | 11.04 | 10.79 | 27.89 | - |
| YUV | 89.86 | 158.55 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 92 | 144 | 0.55 | 0.36 | 0 | 0.44 | 219.49 | 0.38 | 0.41 |
| Hex | 41 | 5C | 90 | 37 | 24 | 0 | 2C | DB | 26 | 29 |
| Octal | 101 | 134 | 220 | 67 | 44 | 0 | 54 | 333 | 46 | 51 |
| Binary | 1000001 | 1011100 | 10010000 | 110111 | 100100 | 0 | 101100 | 11011011 | 100110 | 101001 |
Color Harmonies of #415C90
Complementary color
Monochromatic Colors of #415C90
Black with #415C90
Text Example
Text Example
White with #415C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415C90; }
p { color: rgb(65,92,144); }
H1.HeaderClassName
{
color: #415C90;
}
.AnyTagClassName
{
color: #415C90;
}
</style>
background-color css
<style>
a { background-color: #415C90; }
a { background-color: rgb(65,92,144); }
div.DivClassName
{
background-color: #415C90;
}
.BgClassName
{
background-color: #415C90;
}
</style>
border-color css
<style>
span { border-color: #415C90; }
span { border-color: rgb(65,92,144); }
td.TdClassName
{
border-color: #415C90;
}
.TagClassName
{
border-color: #415C90;
}
</style>