Shades of Mariner #415CA7
Tints of Mariner #415CA7
RGB
CMYK
RGB Variations
Color information
#415CA7 (or 0x415CA7) is known color: Mariner. HEX triplet: 41, 5C and A7. RGB value is (65,92,167). Sum of RGB (Red+Green+Blue) = 65+92+167=324 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.06% from 324); Green value is 92 (36.33% from 255 or 28.40% from 324); Blue value is 167 (65.62% from 255 or 51.54% from 324); Max value from RGB is 167 - color contains mainly: blue. Hex color #415CA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415CA7 is #BEA358. Grayscale: #5C5C5C. Windows color (decimal): -12493657 or 10968129. OLE color: 10968129.
HSL color Cylindrical-coordinate representation of color #415CA7: hue angle of 224.12º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #415CA7 is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 65 | 92 | 167 | - |
| CMYK | 0.61 | 0.45 | 0 | 0.35 |
| HSL | 224.12º | 0.44% | 0.45% | - |
| HSV(B) | 224.12º | 0.61% | 0.65% | - |
| XYZ | 12.98 | 11.57 | 38.11 | - |
| YUV | 92.48 | 170.05 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 92 | 167 | 0.61 | 0.45 | 0 | 0.35 | 224.12 | 0.44 | 0.45 |
| Hex | 41 | 5C | A7 | 3D | 2D | 0 | 23 | E0 | 2C | 2D |
| Octal | 101 | 134 | 247 | 75 | 55 | 0 | 43 | 340 | 54 | 55 |
| Binary | 1000001 | 1011100 | 10100111 | 111101 | 101101 | 0 | 100011 | 11100000 | 101100 | 101101 |
Color Harmonies of #415CA7
Complementary color
Monochromatic Colors of #415CA7
Black with #415CA7
Text Example
Text Example
White with #415CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415CA7; }
p { color: rgb(65,92,167); }
H1.HeaderClassName
{
color: #415CA7;
}
.AnyTagClassName
{
color: #415CA7;
}
</style>
background-color css
<style>
a { background-color: #415CA7; }
a { background-color: rgb(65,92,167); }
div.DivClassName
{
background-color: #415CA7;
}
.BgClassName
{
background-color: #415CA7;
}
</style>
border-color css
<style>
span { border-color: #415CA7; }
span { border-color: rgb(65,92,167); }
td.TdClassName
{
border-color: #415CA7;
}
.TagClassName
{
border-color: #415CA7;
}
</style>