Shades of Mariner #425D99
Tints of Mariner #425D99
RGB
CMYK
RGB Variations
Color information
#425D99 (or 0x425D99) is known color: Mariner. HEX triplet: 42, 5D and 99. RGB value is (66,93,153). Sum of RGB (Red+Green+Blue) = 66+93+153=312 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.15% from 312); Green value is 93 (36.72% from 255 or 29.81% from 312); Blue value is 153 (60.16% from 255 or 49.04% from 312); Max value from RGB is 153 - color contains mainly: blue. Hex color #425D99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425D99 is #BDA266. Grayscale: #5B5B5B. Windows color (decimal): -12427879 or 10050882. OLE color: 10050882.
HSL color Cylindrical-coordinate representation of color #425D99: hue angle of 221.38º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #425D99 is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 66 | 93 | 153 | - |
| CMYK | 0.57 | 0.39 | 0 | 0.4 |
| HSL | 221.38º | 0.4% | 0.43% | - |
| HSV(B) | 221.38º | 0.57% | 0.6% | - |
| XYZ | 11.91 | 11.29 | 31.69 | - |
| YUV | 91.77 | 162.55 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 93 | 153 | 0.57 | 0.39 | 0 | 0.4 | 221.38 | 0.4 | 0.43 |
| Hex | 42 | 5D | 99 | 39 | 27 | 0 | 28 | DD | 28 | 2B |
| Octal | 102 | 135 | 231 | 71 | 47 | 0 | 50 | 335 | 50 | 53 |
| Binary | 1000010 | 1011101 | 10011001 | 111001 | 100111 | 0 | 101000 | 11011101 | 101000 | 101011 |
Color Harmonies of #425D99
Complementary color
Monochromatic Colors of #425D99
Black with #425D99
Text Example
Text Example
White with #425D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425D99; }
p { color: rgb(66,93,153); }
H1.HeaderClassName
{
color: #425D99;
}
.AnyTagClassName
{
color: #425D99;
}
</style>
background-color css
<style>
a { background-color: #425D99; }
a { background-color: rgb(66,93,153); }
div.DivClassName
{
background-color: #425D99;
}
.BgClassName
{
background-color: #425D99;
}
</style>
border-color css
<style>
span { border-color: #425D99; }
span { border-color: rgb(66,93,153); }
td.TdClassName
{
border-color: #425D99;
}
.TagClassName
{
border-color: #425D99;
}
</style>