Shades of Mariner #425B91
Tints of Mariner #425B91
RGB
CMYK
RGB Variations
Color information
#425B91 (or 0x425B91) is known color: Mariner. HEX triplet: 42, 5B and 91. RGB value is (66,91,145). Sum of RGB (Red+Green+Blue) = 66+91+145=302 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.85% from 302); Green value is 91 (35.94% from 255 or 30.13% from 302); Blue value is 145 (57.03% from 255 or 48.01% from 302); Max value from RGB is 145 - color contains mainly: blue. Hex color #425B91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425B91 is #BDA46E. Grayscale: #595959. Windows color (decimal): -12428399 or 9526082. OLE color: 9526082.
HSL color Cylindrical-coordinate representation of color #425B91: hue angle of 221.01º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #425B91 is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 66 | 91 | 145 | - |
| CMYK | 0.54 | 0.37 | 0 | 0.43 |
| HSL | 221.01º | 0.37% | 0.41% | - |
| HSV(B) | 221.01º | 0.54% | 0.57% | - |
| XYZ | 11.1 | 10.68 | 28.27 | - |
| YUV | 89.68 | 159.22 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 91 | 145 | 0.54 | 0.37 | 0 | 0.43 | 221.01 | 0.37 | 0.41 |
| Hex | 42 | 5B | 91 | 36 | 25 | 0 | 2B | DD | 25 | 29 |
| Octal | 102 | 133 | 221 | 66 | 45 | 0 | 53 | 335 | 45 | 51 |
| Binary | 1000010 | 1011011 | 10010001 | 110110 | 100101 | 0 | 101011 | 11011101 | 100101 | 101001 |
Color Harmonies of #425B91
Complementary color
Monochromatic Colors of #425B91
Black with #425B91
Text Example
Text Example
White with #425B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425B91; }
p { color: rgb(66,91,145); }
H1.HeaderClassName
{
color: #425B91;
}
.AnyTagClassName
{
color: #425B91;
}
</style>
background-color css
<style>
a { background-color: #425B91; }
a { background-color: rgb(66,91,145); }
div.DivClassName
{
background-color: #425B91;
}
.BgClassName
{
background-color: #425B91;
}
</style>
border-color css
<style>
span { border-color: #425B91; }
span { border-color: rgb(66,91,145); }
td.TdClassName
{
border-color: #425B91;
}
.TagClassName
{
border-color: #425B91;
}
</style>