Shades of Mariner #405AA5
Tints of Mariner #405AA5
RGB
CMYK
RGB Variations
Color information
#405AA5 (or 0x405AA5) is known color: Mariner. HEX triplet: 40, 5A and A5. RGB value is (64,90,165). Sum of RGB (Red+Green+Blue) = 64+90+165=319 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.06% from 319); Green value is 90 (35.55% from 255 or 28.21% from 319); Blue value is 165 (64.84% from 255 or 51.72% from 319); Max value from RGB is 165 - color contains mainly: blue. Hex color #405AA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405AA5 is #BFA55A. Grayscale: #5A5A5A. Windows color (decimal): -12559707 or 10836544. OLE color: 10836544.
HSL color Cylindrical-coordinate representation of color #405AA5: hue angle of 224.55º 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 #405AA5 is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 64 | 90 | 165 | - |
| CMYK | 0.61 | 0.45 | 0 | 0.35 |
| HSL | 224.55º | 0.44% | 0.45% | - |
| HSV(B) | 224.55º | 0.61% | 0.65% | - |
| XYZ | 12.56 | 11.12 | 37.08 | - |
| YUV | 90.78 | 169.89 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 90 | 165 | 0.61 | 0.45 | 0 | 0.35 | 224.55 | 0.44 | 0.45 |
| Hex | 40 | 5A | A5 | 3D | 2D | 0 | 23 | E1 | 2C | 2D |
| Octal | 100 | 132 | 245 | 75 | 55 | 0 | 43 | 341 | 54 | 55 |
| Binary | 1000000 | 1011010 | 10100101 | 111101 | 101101 | 0 | 100011 | 11100001 | 101100 | 101101 |
Color Harmonies of #405AA5
Complementary color
Monochromatic Colors of #405AA5
Black with #405AA5
Text Example
Text Example
White with #405AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405AA5; }
p { color: rgb(64,90,165); }
H1.HeaderClassName
{
color: #405AA5;
}
.AnyTagClassName
{
color: #405AA5;
}
</style>
background-color css
<style>
a { background-color: #405AA5; }
a { background-color: rgb(64,90,165); }
div.DivClassName
{
background-color: #405AA5;
}
.BgClassName
{
background-color: #405AA5;
}
</style>
border-color css
<style>
span { border-color: #405AA5; }
span { border-color: rgb(64,90,165); }
td.TdClassName
{
border-color: #405AA5;
}
.TagClassName
{
border-color: #405AA5;
}
</style>