Shades of Mariner #415CA0
Tints of Mariner #415CA0
RGB
CMYK
RGB Variations
Color information
#415CA0 (or 0x415CA0) is known color: Mariner. HEX triplet: 41, 5C and A0. RGB value is (65,92,160). Sum of RGB (Red+Green+Blue) = 65+92+160=317 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.50% from 317); Green value is 92 (36.33% from 255 or 29.02% from 317); Blue value is 160 (62.89% from 255 or 50.47% from 317); Max value from RGB is 160 - color contains mainly: blue. Hex color #415CA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415CA0 is #BEA35F. Grayscale: #5B5B5B. Windows color (decimal): -12493664 or 10509377. OLE color: 10509377.
HSL color Cylindrical-coordinate representation of color #415CA0: hue angle of 222.95º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #415CA0 is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 65 | 92 | 160 | - |
| CMYK | 0.59 | 0.43 | 0 | 0.37 |
| HSL | 222.95º | 0.42% | 0.44% | - |
| HSV(B) | 222.95º | 0.59% | 0.63% | - |
| XYZ | 12.35 | 11.32 | 34.79 | - |
| YUV | 91.68 | 166.55 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 92 | 160 | 0.59 | 0.43 | 0 | 0.37 | 222.95 | 0.42 | 0.44 |
| Hex | 41 | 5C | A0 | 3B | 2B | 0 | 25 | DF | 2A | 2C |
| Octal | 101 | 134 | 240 | 73 | 53 | 0 | 45 | 337 | 52 | 54 |
| Binary | 1000001 | 1011100 | 10100000 | 111011 | 101011 | 0 | 100101 | 11011111 | 101010 | 101100 |
Color Harmonies of #415CA0
Complementary color
Monochromatic Colors of #415CA0
Black with #415CA0
Text Example
Text Example
White with #415CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415CA0; }
p { color: rgb(65,92,160); }
H1.HeaderClassName
{
color: #415CA0;
}
.AnyTagClassName
{
color: #415CA0;
}
</style>
background-color css
<style>
a { background-color: #415CA0; }
a { background-color: rgb(65,92,160); }
div.DivClassName
{
background-color: #415CA0;
}
.BgClassName
{
background-color: #415CA0;
}
</style>
border-color css
<style>
span { border-color: #415CA0; }
span { border-color: rgb(65,92,160); }
td.TdClassName
{
border-color: #415CA0;
}
.TagClassName
{
border-color: #415CA0;
}
</style>