Shades of Mariner #40599B
Tints of Mariner #40599B
RGB
CMYK
RGB Variations
Color information
#40599B (or 0x40599B) is known color: Mariner. HEX triplet: 40, 59 and 9B. RGB value is (64,89,155). Sum of RGB (Red+Green+Blue) = 64+89+155=308 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.78% from 308); Green value is 89 (35.16% from 255 or 28.90% from 308); Blue value is 155 (60.94% from 255 or 50.32% from 308); Max value from RGB is 155 - color contains mainly: blue. Hex color #40599B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40599B is #BFA664. Grayscale: #585858. Windows color (decimal): -12559973 or 10180928. OLE color: 10180928.
HSL color Cylindrical-coordinate representation of color #40599B: hue angle of 223.52º 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 #40599B is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 64 | 89 | 155 | - |
| CMYK | 0.59 | 0.43 | 0 | 0.39 |
| HSL | 223.52º | 0.42% | 0.43% | - |
| HSV(B) | 223.52º | 0.59% | 0.61% | - |
| XYZ | 11.6 | 10.6 | 32.45 | - |
| YUV | 89.05 | 165.22 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 89 | 155 | 0.59 | 0.43 | 0 | 0.39 | 223.52 | 0.42 | 0.43 |
| Hex | 40 | 59 | 9B | 3B | 2B | 0 | 27 | E0 | 2A | 2B |
| Octal | 100 | 131 | 233 | 73 | 53 | 0 | 47 | 340 | 52 | 53 |
| Binary | 1000000 | 1011001 | 10011011 | 111011 | 101011 | 0 | 100111 | 11100000 | 101010 | 101011 |
Color Harmonies of #40599B
Complementary color
Monochromatic Colors of #40599B
Black with #40599B
Text Example
Text Example
White with #40599B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40599B; }
p { color: rgb(64,89,155); }
H1.HeaderClassName
{
color: #40599B;
}
.AnyTagClassName
{
color: #40599B;
}
</style>
background-color css
<style>
a { background-color: #40599B; }
a { background-color: rgb(64,89,155); }
div.DivClassName
{
background-color: #40599B;
}
.BgClassName
{
background-color: #40599B;
}
</style>
border-color css
<style>
span { border-color: #40599B; }
span { border-color: rgb(64,89,155); }
td.TdClassName
{
border-color: #40599B;
}
.TagClassName
{
border-color: #40599B;
}
</style>