Shades of Mariner #425A93
Tints of Mariner #425A93
RGB
CMYK
RGB Variations
Color information
#425A93 (or 0x425A93) is known color: Mariner. HEX triplet: 42, 5A and 93. RGB value is (66,90,147). Sum of RGB (Red+Green+Blue) = 66+90+147=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 90 (35.55% from 255 or 29.70% from 303); Blue value is 147 (57.81% from 255 or 48.51% from 303); Max value from RGB is 147 - color contains mainly: blue. Hex color #425A93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425A93 is #BDA56C. Grayscale: #595959. Windows color (decimal): -12428653 or 9656898. OLE color: 9656898.
HSL color Cylindrical-coordinate representation of color #425A93: hue angle of 222.22º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #425A93 is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 90 | 147 | - |
| CMYK | 0.55 | 0.39 | 0 | 0.42 |
| HSL | 222.22º | 0.38% | 0.42% | - |
| HSV(B) | 222.22º | 0.55% | 0.58% | - |
| XYZ | 11.17 | 10.58 | 29.06 | - |
| YUV | 89.32 | 160.55 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 90 | 147 | 0.55 | 0.39 | 0 | 0.42 | 222.22 | 0.38 | 0.42 |
| Hex | 42 | 5A | 93 | 37 | 27 | 0 | 2A | DE | 26 | 2A |
| Octal | 102 | 132 | 223 | 67 | 47 | 0 | 52 | 336 | 46 | 52 |
| Binary | 1000010 | 1011010 | 10010011 | 110111 | 100111 | 0 | 101010 | 11011110 | 100110 | 101010 |
Color Harmonies of #425A93
Complementary color
Monochromatic Colors of #425A93
Black with #425A93
Text Example
Text Example
White with #425A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425A93; }
p { color: rgb(66,90,147); }
H1.HeaderClassName
{
color: #425A93;
}
.AnyTagClassName
{
color: #425A93;
}
</style>
background-color css
<style>
a { background-color: #425A93; }
a { background-color: rgb(66,90,147); }
div.DivClassName
{
background-color: #425A93;
}
.BgClassName
{
background-color: #425A93;
}
</style>
border-color css
<style>
span { border-color: #425A93; }
span { border-color: rgb(66,90,147); }
td.TdClassName
{
border-color: #425A93;
}
.TagClassName
{
border-color: #425A93;
}
</style>