Shades of Mariner #425F90
Tints of Mariner #425F90
RGB
CMYK
RGB Variations
Color information
#425F90 (or 0x425F90) is known color: Mariner. HEX triplet: 42, 5F and 90. RGB value is (66,95,144). Sum of RGB (Red+Green+Blue) = 66+95+144=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 95 (37.5% from 255 or 31.15% from 305); Blue value is 144 (56.64% from 255 or 47.21% from 305); Max value from RGB is 144 - color contains mainly: blue. Hex color #425F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425F90 is #BDA06F. Grayscale: #5B5B5B. Windows color (decimal): -12427376 or 9461570. OLE color: 9461570.
HSL color Cylindrical-coordinate representation of color #425F90: hue angle of 217.69º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #425F90 is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 66 | 95 | 144 | - |
| CMYK | 0.54 | 0.34 | 0 | 0.44 |
| HSL | 217.69º | 0.37% | 0.41% | - |
| HSV(B) | 217.69º | 0.54% | 0.56% | - |
| XYZ | 11.37 | 11.36 | 27.98 | - |
| YUV | 91.92 | 157.39 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 95 | 144 | 0.54 | 0.34 | 0 | 0.44 | 217.69 | 0.37 | 0.41 |
| Hex | 42 | 5F | 90 | 36 | 22 | 0 | 2C | DA | 25 | 29 |
| Octal | 102 | 137 | 220 | 66 | 42 | 0 | 54 | 332 | 45 | 51 |
| Binary | 1000010 | 1011111 | 10010000 | 110110 | 100010 | 0 | 101100 | 11011010 | 100101 | 101001 |
Color Harmonies of #425F90
Complementary color
Monochromatic Colors of #425F90
Black with #425F90
Text Example
Text Example
White with #425F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425F90; }
p { color: rgb(66,95,144); }
H1.HeaderClassName
{
color: #425F90;
}
.AnyTagClassName
{
color: #425F90;
}
</style>
background-color css
<style>
a { background-color: #425F90; }
a { background-color: rgb(66,95,144); }
div.DivClassName
{
background-color: #425F90;
}
.BgClassName
{
background-color: #425F90;
}
</style>
border-color css
<style>
span { border-color: #425F90; }
span { border-color: rgb(66,95,144); }
td.TdClassName
{
border-color: #425F90;
}
.TagClassName
{
border-color: #425F90;
}
</style>