Shades of Mariner #425BAB
Tints of Mariner #425BAB
RGB
CMYK
RGB Variations
Color information
#425BAB (or 0x425BAB) is known color: Mariner. HEX triplet: 42, 5B and AB. RGB value is (66,91,171). Sum of RGB (Red+Green+Blue) = 66+91+171=328 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.12% from 328); Green value is 91 (35.94% from 255 or 27.74% from 328); Blue value is 171 (67.19% from 255 or 52.13% from 328); Max value from RGB is 171 - color contains mainly: blue. Hex color #425BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425BAB is #BDA454. Grayscale: #5C5C5C. Windows color (decimal): -12428373 or 11230018. OLE color: 11230018.
HSL color Cylindrical-coordinate representation of color #425BAB: hue angle of 225.71º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #425BAB is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 91 | 171 | - |
| CMYK | 0.61 | 0.47 | 0 | 0.33 |
| HSL | 225.71º | 0.44% | 0.46% | - |
| HSV(B) | 225.71º | 0.61% | 0.67% | - |
| XYZ | 13.34 | 11.58 | 40.06 | - |
| YUV | 92.65 | 172.22 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 91 | 171 | 0.61 | 0.47 | 0 | 0.33 | 225.71 | 0.44 | 0.46 |
| Hex | 42 | 5B | AB | 3D | 2F | 0 | 21 | E2 | 2C | 2E |
| Octal | 102 | 133 | 253 | 75 | 57 | 0 | 41 | 342 | 54 | 56 |
| Binary | 1000010 | 1011011 | 10101011 | 111101 | 101111 | 0 | 100001 | 11100010 | 101100 | 101110 |
Color Harmonies of #425BAB
Complementary color
Monochromatic Colors of #425BAB
Black with #425BAB
Text Example
Text Example
White with #425BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425BAB; }
p { color: rgb(66,91,171); }
H1.HeaderClassName
{
color: #425BAB;
}
.AnyTagClassName
{
color: #425BAB;
}
</style>
background-color css
<style>
a { background-color: #425BAB; }
a { background-color: rgb(66,91,171); }
div.DivClassName
{
background-color: #425BAB;
}
.BgClassName
{
background-color: #425BAB;
}
</style>
border-color css
<style>
span { border-color: #425BAB; }
span { border-color: rgb(66,91,171); }
td.TdClassName
{
border-color: #425BAB;
}
.TagClassName
{
border-color: #425BAB;
}
</style>