Shades of Mariner #405F9B
Tints of Mariner #405F9B
RGB
CMYK
RGB Variations
Color information
#405F9B (or 0x405F9B) is known color: Mariner. HEX triplet: 40, 5F and 9B. RGB value is (64,95,155). Sum of RGB (Red+Green+Blue) = 64+95+155=314 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.38% from 314); Green value is 95 (37.5% from 255 or 30.25% from 314); Blue value is 155 (60.94% from 255 or 49.36% from 314); Max value from RGB is 155 - color contains mainly: blue. Hex color #405F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405F9B is #BFA064. Grayscale: #5C5C5C. Windows color (decimal): -12558437 or 10182464. OLE color: 10182464.
HSL color Cylindrical-coordinate representation of color #405F9B: hue angle of 219.56º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #405F9B is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 64 | 95 | 155 | - |
| CMYK | 0.59 | 0.39 | 0 | 0.39 |
| HSL | 219.56º | 0.42% | 0.43% | - |
| HSV(B) | 219.56º | 0.59% | 0.61% | - |
| XYZ | 12.12 | 11.64 | 32.62 | - |
| YUV | 92.57 | 163.23 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 95 | 155 | 0.59 | 0.39 | 0 | 0.39 | 219.56 | 0.42 | 0.43 |
| Hex | 40 | 5F | 9B | 3B | 27 | 0 | 27 | DC | 2A | 2B |
| Octal | 100 | 137 | 233 | 73 | 47 | 0 | 47 | 334 | 52 | 53 |
| Binary | 1000000 | 1011111 | 10011011 | 111011 | 100111 | 0 | 100111 | 11011100 | 101010 | 101011 |
Color Harmonies of #405F9B
Complementary color
Monochromatic Colors of #405F9B
Black with #405F9B
Text Example
Text Example
White with #405F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405F9B; }
p { color: rgb(64,95,155); }
H1.HeaderClassName
{
color: #405F9B;
}
.AnyTagClassName
{
color: #405F9B;
}
</style>
background-color css
<style>
a { background-color: #405F9B; }
a { background-color: rgb(64,95,155); }
div.DivClassName
{
background-color: #405F9B;
}
.BgClassName
{
background-color: #405F9B;
}
</style>
border-color css
<style>
span { border-color: #405F9B; }
span { border-color: rgb(64,95,155); }
td.TdClassName
{
border-color: #405F9B;
}
.TagClassName
{
border-color: #405F9B;
}
</style>