Shades of Mariner #415FA8
Tints of Mariner #415FA8
RGB
CMYK
RGB Variations
Color information
#415FA8 (or 0x415FA8) is known color: Mariner. HEX triplet: 41, 5F and A8. RGB value is (65,95,168). Sum of RGB (Red+Green+Blue) = 65+95+168=328 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.82% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 168 (66.02% from 255 or 51.22% from 328); Max value from RGB is 168 - color contains mainly: blue. Hex color #415FA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415FA8 is #BEA057. Grayscale: #5E5E5E. Windows color (decimal): -12492888 or 11034433. OLE color: 11034433.
HSL color Cylindrical-coordinate representation of color #415FA8: hue angle of 222.52º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #415FA8 is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 65 | 95 | 168 | - |
| CMYK | 0.61 | 0.43 | 0 | 0.34 |
| HSL | 222.52º | 0.44% | 0.46% | - |
| HSV(B) | 222.52º | 0.61% | 0.66% | - |
| XYZ | 13.34 | 12.14 | 38.69 | - |
| YUV | 94.35 | 169.56 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 95 | 168 | 0.61 | 0.43 | 0 | 0.34 | 222.52 | 0.44 | 0.46 |
| Hex | 41 | 5F | A8 | 3D | 2B | 0 | 22 | DF | 2C | 2E |
| Octal | 101 | 137 | 250 | 75 | 53 | 0 | 42 | 337 | 54 | 56 |
| Binary | 1000001 | 1011111 | 10101000 | 111101 | 101011 | 0 | 100010 | 11011111 | 101100 | 101110 |
Color Harmonies of #415FA8
Complementary color
Monochromatic Colors of #415FA8
Black with #415FA8
Text Example
Text Example
White with #415FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415FA8; }
p { color: rgb(65,95,168); }
H1.HeaderClassName
{
color: #415FA8;
}
.AnyTagClassName
{
color: #415FA8;
}
</style>
background-color css
<style>
a { background-color: #415FA8; }
a { background-color: rgb(65,95,168); }
div.DivClassName
{
background-color: #415FA8;
}
.BgClassName
{
background-color: #415FA8;
}
</style>
border-color css
<style>
span { border-color: #415FA8; }
span { border-color: rgb(65,95,168); }
td.TdClassName
{
border-color: #415FA8;
}
.TagClassName
{
border-color: #415FA8;
}
</style>