Shades of Mariner #415AAF
Tints of Mariner #415AAF
RGB
CMYK
RGB Variations
Color information
#415AAF (or 0x415AAF) is known color: Mariner. HEX triplet: 41, 5A and AF. RGB value is (65,90,175). Sum of RGB (Red+Green+Blue) = 65+90+175=330 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.70% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 175 (68.75% from 255 or 53.03% from 330); Max value from RGB is 175 - color contains mainly: blue. Hex color #415AAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415AAF is #BEA550. Grayscale: #5B5B5B. Windows color (decimal): -12494161 or 11491905. OLE color: 11491905.
HSL color Cylindrical-coordinate representation of color #415AAF: hue angle of 226.36º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #415AAF is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 65 | 90 | 175 | - |
| CMYK | 0.63 | 0.49 | 0 | 0.31 |
| HSL | 226.36º | 0.46% | 0.47% | - |
| HSV(B) | 226.36º | 0.63% | 0.69% | - |
| XYZ | 13.57 | 11.53 | 42.07 | - |
| YUV | 92.22 | 174.72 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 90 | 175 | 0.63 | 0.49 | 0 | 0.31 | 226.36 | 0.46 | 0.47 |
| Hex | 41 | 5A | AF | 3F | 31 | 0 | 1F | E2 | 2E | 2F |
| Octal | 101 | 132 | 257 | 77 | 61 | 0 | 37 | 342 | 56 | 57 |
| Binary | 1000001 | 1011010 | 10101111 | 111111 | 110001 | 0 | 11111 | 11100010 | 101110 | 101111 |
Color Harmonies of #415AAF
Complementary color
Monochromatic Colors of #415AAF
Black with #415AAF
Text Example
Text Example
White with #415AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415AAF; }
p { color: rgb(65,90,175); }
H1.HeaderClassName
{
color: #415AAF;
}
.AnyTagClassName
{
color: #415AAF;
}
</style>
background-color css
<style>
a { background-color: #415AAF; }
a { background-color: rgb(65,90,175); }
div.DivClassName
{
background-color: #415AAF;
}
.BgClassName
{
background-color: #415AAF;
}
</style>
border-color css
<style>
span { border-color: #415AAF; }
span { border-color: rgb(65,90,175); }
td.TdClassName
{
border-color: #415AAF;
}
.TagClassName
{
border-color: #415AAF;
}
</style>