Shades of Mariner #425C9B
Tints of Mariner #425C9B
RGB
CMYK
RGB Variations
Color information
#425C9B (or 0x425C9B) is known color: Mariner. HEX triplet: 42, 5C and 9B. RGB value is (66,92,155). Sum of RGB (Red+Green+Blue) = 66+92+155=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 92 (36.33% from 255 or 29.39% from 313); Blue value is 155 (60.94% from 255 or 49.52% from 313); Max value from RGB is 155 - color contains mainly: blue. Hex color #425C9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425C9B is #BDA364. Grayscale: #5B5B5B. Windows color (decimal): -12428133 or 10181698. OLE color: 10181698.
HSL color Cylindrical-coordinate representation of color #425C9B: hue angle of 222.47º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #425C9B is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 66 | 92 | 155 | - |
| CMYK | 0.57 | 0.41 | 0 | 0.39 |
| HSL | 222.47º | 0.4% | 0.43% | - |
| HSV(B) | 222.47º | 0.57% | 0.61% | - |
| XYZ | 11.99 | 11.18 | 32.54 | - |
| YUV | 91.41 | 163.89 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 92 | 155 | 0.57 | 0.41 | 0 | 0.39 | 222.47 | 0.4 | 0.43 |
| Hex | 42 | 5C | 9B | 39 | 29 | 0 | 27 | DE | 28 | 2B |
| Octal | 102 | 134 | 233 | 71 | 51 | 0 | 47 | 336 | 50 | 53 |
| Binary | 1000010 | 1011100 | 10011011 | 111001 | 101001 | 0 | 100111 | 11011110 | 101000 | 101011 |
Color Harmonies of #425C9B
Complementary color
Monochromatic Colors of #425C9B
Black with #425C9B
Text Example
Text Example
White with #425C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425C9B; }
p { color: rgb(66,92,155); }
H1.HeaderClassName
{
color: #425C9B;
}
.AnyTagClassName
{
color: #425C9B;
}
</style>
background-color css
<style>
a { background-color: #425C9B; }
a { background-color: rgb(66,92,155); }
div.DivClassName
{
background-color: #425C9B;
}
.BgClassName
{
background-color: #425C9B;
}
</style>
border-color css
<style>
span { border-color: #425C9B; }
span { border-color: rgb(66,92,155); }
td.TdClassName
{
border-color: #425C9B;
}
.TagClassName
{
border-color: #425C9B;
}
</style>