Shades of Mariner #405FAB
Tints of Mariner #405FAB
RGB
CMYK
RGB Variations
Color information
#405FAB (or 0x405FAB) is known color: Mariner. HEX triplet: 40, 5F and AB. RGB value is (64,95,171). Sum of RGB (Red+Green+Blue) = 64+95+171=330 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.39% from 330); Green value is 95 (37.5% from 255 or 28.79% from 330); Blue value is 171 (67.19% from 255 or 51.82% from 330); Max value from RGB is 171 - color contains mainly: blue. Hex color #405FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405FAB is #BFA054. Grayscale: #5E5E5E. Windows color (decimal): -12558421 or 11231040. OLE color: 11231040.
HSL color Cylindrical-coordinate representation of color #405FAB: hue angle of 222.62º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #405FAB is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 95 | 171 | - |
| CMYK | 0.63 | 0.44 | 0 | 0.33 |
| HSL | 222.62º | 0.46% | 0.46% | - |
| HSV(B) | 222.62º | 0.63% | 0.67% | - |
| XYZ | 13.56 | 12.21 | 40.17 | - |
| YUV | 94.4 | 171.23 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 95 | 171 | 0.63 | 0.44 | 0 | 0.33 | 222.62 | 0.46 | 0.46 |
| Hex | 40 | 5F | AB | 3F | 2C | 0 | 21 | DF | 2E | 2E |
| Octal | 100 | 137 | 253 | 77 | 54 | 0 | 41 | 337 | 56 | 56 |
| Binary | 1000000 | 1011111 | 10101011 | 111111 | 101100 | 0 | 100001 | 11011111 | 101110 | 101110 |
Color Harmonies of #405FAB
Complementary color
Monochromatic Colors of #405FAB
Black with #405FAB
Text Example
Text Example
White with #405FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405FAB; }
p { color: rgb(64,95,171); }
H1.HeaderClassName
{
color: #405FAB;
}
.AnyTagClassName
{
color: #405FAB;
}
</style>
background-color css
<style>
a { background-color: #405FAB; }
a { background-color: rgb(64,95,171); }
div.DivClassName
{
background-color: #405FAB;
}
.BgClassName
{
background-color: #405FAB;
}
</style>
border-color css
<style>
span { border-color: #405FAB; }
span { border-color: rgb(64,95,171); }
td.TdClassName
{
border-color: #405FAB;
}
.TagClassName
{
border-color: #405FAB;
}
</style>