Shades of Mariner #425BA1
Tints of Mariner #425BA1
RGB
CMYK
RGB Variations
Color information
#425BA1 (or 0x425BA1) is known color: Mariner. HEX triplet: 42, 5B and A1. RGB value is (66,91,161). Sum of RGB (Red+Green+Blue) = 66+91+161=318 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.75% from 318); Green value is 91 (35.94% from 255 or 28.62% from 318); Blue value is 161 (63.28% from 255 or 50.63% from 318); Max value from RGB is 161 - color contains mainly: blue. Hex color #425BA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425BA1 is #BDA45E. Grayscale: #5B5B5B. Windows color (decimal): -12428383 or 10574658. OLE color: 10574658.
HSL color Cylindrical-coordinate representation of color #425BA1: hue angle of 224.21º 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 #425BA1 is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 66 | 91 | 161 | - |
| CMYK | 0.59 | 0.43 | 0 | 0.37 |
| HSL | 224.21º | 0.42% | 0.45% | - |
| HSV(B) | 224.21º | 0.59% | 0.63% | - |
| XYZ | 12.42 | 11.21 | 35.23 | - |
| YUV | 91.51 | 167.22 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 91 | 161 | 0.59 | 0.43 | 0 | 0.37 | 224.21 | 0.42 | 0.45 |
| Hex | 42 | 5B | A1 | 3B | 2B | 0 | 25 | E0 | 2A | 2D |
| Octal | 102 | 133 | 241 | 73 | 53 | 0 | 45 | 340 | 52 | 55 |
| Binary | 1000010 | 1011011 | 10100001 | 111011 | 101011 | 0 | 100101 | 11100000 | 101010 | 101101 |
Color Harmonies of #425BA1
Complementary color
Monochromatic Colors of #425BA1
Black with #425BA1
Text Example
Text Example
White with #425BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425BA1; }
p { color: rgb(66,91,161); }
H1.HeaderClassName
{
color: #425BA1;
}
.AnyTagClassName
{
color: #425BA1;
}
</style>
background-color css
<style>
a { background-color: #425BA1; }
a { background-color: rgb(66,91,161); }
div.DivClassName
{
background-color: #425BA1;
}
.BgClassName
{
background-color: #425BA1;
}
</style>
border-color css
<style>
span { border-color: #425BA1; }
span { border-color: rgb(66,91,161); }
td.TdClassName
{
border-color: #425BA1;
}
.TagClassName
{
border-color: #425BA1;
}
</style>