Shades of Mariner #425DA1
Tints of Mariner #425DA1
RGB
CMYK
RGB Variations
Color information
#425DA1 (or 0x425DA1) is known color: Mariner. HEX triplet: 42, 5D and A1. RGB value is (66,93,161). Sum of RGB (Red+Green+Blue) = 66+93+161=320 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.62% from 320); Green value is 93 (36.72% from 255 or 29.06% from 320); Blue value is 161 (63.28% from 255 or 50.31% from 320); Max value from RGB is 161 - color contains mainly: blue. Hex color #425DA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425DA1 is #BDA25E. Grayscale: #5C5C5C. Windows color (decimal): -12427871 or 10575170. OLE color: 10575170.
HSL color Cylindrical-coordinate representation of color #425DA1: hue angle of 222.95º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #425DA1 is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 66 | 93 | 161 | - |
| CMYK | 0.59 | 0.42 | 0 | 0.37 |
| HSL | 222.95º | 0.42% | 0.45% | - |
| HSV(B) | 222.95º | 0.59% | 0.63% | - |
| XYZ | 12.59 | 11.56 | 35.29 | - |
| YUV | 92.68 | 166.55 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 93 | 161 | 0.59 | 0.42 | 0 | 0.37 | 222.95 | 0.42 | 0.45 |
| Hex | 42 | 5D | A1 | 3B | 2A | 0 | 25 | DF | 2A | 2D |
| Octal | 102 | 135 | 241 | 73 | 52 | 0 | 45 | 337 | 52 | 55 |
| Binary | 1000010 | 1011101 | 10100001 | 111011 | 101010 | 0 | 100101 | 11011111 | 101010 | 101101 |
Color Harmonies of #425DA1
Complementary color
Monochromatic Colors of #425DA1
Black with #425DA1
Text Example
Text Example
White with #425DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425DA1; }
p { color: rgb(66,93,161); }
H1.HeaderClassName
{
color: #425DA1;
}
.AnyTagClassName
{
color: #425DA1;
}
</style>
background-color css
<style>
a { background-color: #425DA1; }
a { background-color: rgb(66,93,161); }
div.DivClassName
{
background-color: #425DA1;
}
.BgClassName
{
background-color: #425DA1;
}
</style>
border-color css
<style>
span { border-color: #425DA1; }
span { border-color: rgb(66,93,161); }
td.TdClassName
{
border-color: #425DA1;
}
.TagClassName
{
border-color: #425DA1;
}
</style>