Shades of Mariner #42599F
Tints of Mariner #42599F
RGB
CMYK
RGB Variations
Color information
#42599F (or 0x42599F) is known color: Mariner. HEX triplet: 42, 59 and 9F. RGB value is (66,89,159). Sum of RGB (Red+Green+Blue) = 66+89+159=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 159 (62.5% from 255 or 50.64% from 314); Max value from RGB is 159 - color contains mainly: blue. Hex color #42599F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42599F is #BDA660. Grayscale: #595959. Windows color (decimal): -12428897 or 10443074. OLE color: 10443074.
HSL color Cylindrical-coordinate representation of color #42599F: hue angle of 225.16º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42599F is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 89 | 159 | - |
| CMYK | 0.58 | 0.44 | 0 | 0.38 |
| HSL | 225.16º | 0.41% | 0.44% | - |
| HSV(B) | 225.16º | 0.58% | 0.62% | - |
| XYZ | 12.08 | 10.81 | 34.25 | - |
| YUV | 90.1 | 166.88 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 89 | 159 | 0.58 | 0.44 | 0 | 0.38 | 225.16 | 0.41 | 0.44 |
| Hex | 42 | 59 | 9F | 3A | 2C | 0 | 26 | E1 | 29 | 2C |
| Octal | 102 | 131 | 237 | 72 | 54 | 0 | 46 | 341 | 51 | 54 |
| Binary | 1000010 | 1011001 | 10011111 | 111010 | 101100 | 0 | 100110 | 11100001 | 101001 | 101100 |
Color Harmonies of #42599F
Complementary color
Monochromatic Colors of #42599F
Black with #42599F
Text Example
Text Example
White with #42599F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42599F; }
p { color: rgb(66,89,159); }
H1.HeaderClassName
{
color: #42599F;
}
.AnyTagClassName
{
color: #42599F;
}
</style>
background-color css
<style>
a { background-color: #42599F; }
a { background-color: rgb(66,89,159); }
div.DivClassName
{
background-color: #42599F;
}
.BgClassName
{
background-color: #42599F;
}
</style>
border-color css
<style>
span { border-color: #42599F; }
span { border-color: rgb(66,89,159); }
td.TdClassName
{
border-color: #42599F;
}
.TagClassName
{
border-color: #42599F;
}
</style>