Shades of Mariner #405DA9
Tints of Mariner #405DA9
RGB
CMYK
RGB Variations
Color information
#405DA9 (or 0x405DA9) is known color: Mariner. HEX triplet: 40, 5D and A9. RGB value is (64,93,169). Sum of RGB (Red+Green+Blue) = 64+93+169=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 93 (36.72% from 255 or 28.53% from 326); Blue value is 169 (66.41% from 255 or 51.84% from 326); Max value from RGB is 169 - color contains mainly: blue. Hex color #405DA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405DA9 is #BFA256. Grayscale: #5C5C5C. Windows color (decimal): -12558935 or 11099456. OLE color: 11099456.
HSL color Cylindrical-coordinate representation of color #405DA9: hue angle of 223.43º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #405DA9 is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 64 | 93 | 169 | - |
| CMYK | 0.62 | 0.45 | 0 | 0.34 |
| HSL | 223.43º | 0.45% | 0.46% | - |
| HSV(B) | 223.43º | 0.62% | 0.66% | - |
| XYZ | 13.19 | 11.78 | 39.12 | - |
| YUV | 92.99 | 170.89 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 93 | 169 | 0.62 | 0.45 | 0 | 0.34 | 223.43 | 0.45 | 0.46 |
| Hex | 40 | 5D | A9 | 3E | 2D | 0 | 22 | DF | 2D | 2E |
| Octal | 100 | 135 | 251 | 76 | 55 | 0 | 42 | 337 | 55 | 56 |
| Binary | 1000000 | 1011101 | 10101001 | 111110 | 101101 | 0 | 100010 | 11011111 | 101101 | 101110 |
Color Harmonies of #405DA9
Complementary color
Monochromatic Colors of #405DA9
Black with #405DA9
Text Example
Text Example
White with #405DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405DA9; }
p { color: rgb(64,93,169); }
H1.HeaderClassName
{
color: #405DA9;
}
.AnyTagClassName
{
color: #405DA9;
}
</style>
background-color css
<style>
a { background-color: #405DA9; }
a { background-color: rgb(64,93,169); }
div.DivClassName
{
background-color: #405DA9;
}
.BgClassName
{
background-color: #405DA9;
}
</style>
border-color css
<style>
span { border-color: #405DA9; }
span { border-color: rgb(64,93,169); }
td.TdClassName
{
border-color: #405DA9;
}
.TagClassName
{
border-color: #405DA9;
}
</style>