Shades of Mariner #415A98
Tints of Mariner #415A98
RGB
CMYK
RGB Variations
Color information
#415A98 (or 0x415A98) is known color: Mariner. HEX triplet: 41, 5A and 98. RGB value is (65,90,152). Sum of RGB (Red+Green+Blue) = 65+90+152=307 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.17% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 152 (59.77% from 255 or 49.51% from 307); Max value from RGB is 152 - color contains mainly: blue. Hex color #415A98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415A98 is #BEA567. Grayscale: #595959. Windows color (decimal): -12494184 or 9984577. OLE color: 9984577.
HSL color Cylindrical-coordinate representation of color #415A98: hue angle of 222.76º 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 #415A98 is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 65 | 90 | 152 | - |
| CMYK | 0.57 | 0.41 | 0 | 0.40 |
| HSL | 222.76º | 0.4% | 0.43% | - |
| HSV(B) | 222.76º | 0.57% | 0.6% | - |
| XYZ | 11.5 | 10.7 | 31.17 | - |
| YUV | 89.59 | 163.22 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 90 | 152 | 0.57 | 0.41 | 0 | 0.40 | 222.76 | 0.4 | 0.43 |
| Hex | 41 | 5A | 98 | 39 | 29 | 0 | 28 | DF | 28 | 2B |
| Octal | 101 | 132 | 230 | 71 | 51 | 0 | 50 | 337 | 50 | 53 |
| Binary | 1000001 | 1011010 | 10011000 | 111001 | 101001 | 0 | 101000 | 11011111 | 101000 | 101011 |
Color Harmonies of #415A98
Complementary color
Monochromatic Colors of #415A98
Black with #415A98
Text Example
Text Example
White with #415A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415A98; }
p { color: rgb(65,90,152); }
H1.HeaderClassName
{
color: #415A98;
}
.AnyTagClassName
{
color: #415A98;
}
</style>
background-color css
<style>
a { background-color: #415A98; }
a { background-color: rgb(65,90,152); }
div.DivClassName
{
background-color: #415A98;
}
.BgClassName
{
background-color: #415A98;
}
</style>
border-color css
<style>
span { border-color: #415A98; }
span { border-color: rgb(65,90,152); }
td.TdClassName
{
border-color: #415A98;
}
.TagClassName
{
border-color: #415A98;
}
</style>