Shades of Mariner #405FB0
Tints of Mariner #405FB0
RGB
CMYK
RGB Variations
Color information
#405FB0 (or 0x405FB0) is known color: Mariner. HEX triplet: 40, 5F and B0. RGB value is (64,95,176). Sum of RGB (Red+Green+Blue) = 64+95+176=335 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.10% from 335); Green value is 95 (37.5% from 255 or 28.36% from 335); Blue value is 176 (69.14% from 255 or 52.54% from 335); Max value from RGB is 176 - color contains mainly: blue. Hex color #405FB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405FB0 is #BFA04F. Grayscale: #5E5E5E. Windows color (decimal): -12558416 or 11558720. OLE color: 11558720.
HSL color Cylindrical-coordinate representation of color #405FB0: hue angle of 223.39º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #405FB0 is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 95 | 176 | - |
| CMYK | 0.64 | 0.46 | 0 | 0.31 |
| HSL | 223.39º | 0.47% | 0.47% | - |
| HSV(B) | 223.39º | 0.64% | 0.69% | - |
| XYZ | 14.04 | 12.41 | 42.73 | - |
| YUV | 94.97 | 173.73 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 95 | 176 | 0.64 | 0.46 | 0 | 0.31 | 223.39 | 0.47 | 0.47 |
| Hex | 40 | 5F | B0 | 40 | 2E | 0 | 1F | DF | 2F | 2F |
| Octal | 100 | 137 | 260 | 100 | 56 | 0 | 37 | 337 | 57 | 57 |
| Binary | 1000000 | 1011111 | 10110000 | 1000000 | 101110 | 0 | 11111 | 11011111 | 101111 | 101111 |
Color Harmonies of #405FB0
Complementary color
Monochromatic Colors of #405FB0
Black with #405FB0
Text Example
Text Example
White with #405FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405FB0; }
p { color: rgb(64,95,176); }
H1.HeaderClassName
{
color: #405FB0;
}
.AnyTagClassName
{
color: #405FB0;
}
</style>
background-color css
<style>
a { background-color: #405FB0; }
a { background-color: rgb(64,95,176); }
div.DivClassName
{
background-color: #405FB0;
}
.BgClassName
{
background-color: #405FB0;
}
</style>
border-color css
<style>
span { border-color: #405FB0; }
span { border-color: rgb(64,95,176); }
td.TdClassName
{
border-color: #405FB0;
}
.TagClassName
{
border-color: #405FB0;
}
</style>