Shades of Mariner #416FA5
Tints of Mariner #416FA5
RGB
CMYK
RGB Variations
Color information
#416FA5 (or 0x416FA5) is known color: Mariner. HEX triplet: 41, 6F and A5. RGB value is (65,111,165). Sum of RGB (Red+Green+Blue) = 65+111+165=341 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.06% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 165 (64.84% from 255 or 48.39% from 341); Max value from RGB is 165 - color contains mainly: blue. Hex color #416FA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416FA5 is #BE905A. Grayscale: #676767. Windows color (decimal): -12488795 or 10841921. OLE color: 10841921.
HSL color Cylindrical-coordinate representation of color #416FA5: hue angle of 212.4º degrees, saturation: 0.43, 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 #416FA5 is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 65 | 111 | 165 | - |
| CMYK | 0.61 | 0.33 | 0 | 0.35 |
| HSL | 212.4º | 0.43% | 0.45% | - |
| HSV(B) | 212.4º | 0.61% | 0.65% | - |
| XYZ | 14.66 | 15.21 | 37.76 | - |
| YUV | 103.4 | 162.76 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 111 | 165 | 0.61 | 0.33 | 0 | 0.35 | 212.4 | 0.43 | 0.45 |
| Hex | 41 | 6F | A5 | 3D | 21 | 0 | 23 | D4 | 2B | 2D |
| Octal | 101 | 157 | 245 | 75 | 41 | 0 | 43 | 324 | 53 | 55 |
| Binary | 1000001 | 1101111 | 10100101 | 111101 | 100001 | 0 | 100011 | 11010100 | 101011 | 101101 |
Color Harmonies of #416FA5
Complementary color
Monochromatic Colors of #416FA5
Black with #416FA5
Text Example
Text Example
White with #416FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416FA5; }
p { color: rgb(65,111,165); }
H1.HeaderClassName
{
color: #416FA5;
}
.AnyTagClassName
{
color: #416FA5;
}
</style>
background-color css
<style>
a { background-color: #416FA5; }
a { background-color: rgb(65,111,165); }
div.DivClassName
{
background-color: #416FA5;
}
.BgClassName
{
background-color: #416FA5;
}
</style>
border-color css
<style>
span { border-color: #416FA5; }
span { border-color: rgb(65,111,165); }
td.TdClassName
{
border-color: #416FA5;
}
.TagClassName
{
border-color: #416FA5;
}
</style>