Shades of Royal Blue #4159DA
Tints of Royal Blue #4159DA
RGB
CMYK
RGB Variations
Color information
#4159DA (or 0x4159DA) is known color: Royal Blue. HEX triplet: 41, 59 and DA. RGB value is (65,89,218). Sum of RGB (Red+Green+Blue) = 65+89+218=372 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.47% from 372); Green value is 89 (35.16% from 255 or 23.92% from 372); Blue value is 218 (85.55% from 255 or 58.60% from 372); Max value from RGB is 218 - color contains mainly: blue. Hex color #4159DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4159DA is #BEA625. Grayscale: #5F5F5F. Windows color (decimal): -12494374 or 14309697. OLE color: 14309697.
HSL color Cylindrical-coordinate representation of color #4159DA: hue angle of 230.59º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4159DA is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 65 | 89 | 218 | - |
| CMYK | 0.70 | 0.59 | 0 | 0.15 |
| HSL | 230.59º | 0.67% | 0.55% | - |
| HSV(B) | 230.59º | 0.7% | 0.85% | - |
| XYZ | 18.41 | 13.33 | 67.93 | - |
| YUV | 96.53 | 196.55 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 89 | 218 | 0.70 | 0.59 | 0 | 0.15 | 230.59 | 0.67 | 0.55 |
| Hex | 41 | 59 | DA | 46 | 3B | 0 | F | E7 | 43 | 37 |
| Octal | 101 | 131 | 332 | 106 | 73 | 0 | 17 | 347 | 103 | 67 |
| Binary | 1000001 | 1011001 | 11011010 | 1000110 | 111011 | 0 | 1111 | 11100111 | 1000011 | 110111 |
Color Harmonies of #4159DA
Complementary color
Monochromatic Colors of #4159DA
Black with #4159DA
Text Example
Text Example
White with #4159DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4159DA; }
p { color: rgb(65,89,218); }
H1.HeaderClassName
{
color: #4159DA;
}
.AnyTagClassName
{
color: #4159DA;
}
</style>
background-color css
<style>
a { background-color: #4159DA; }
a { background-color: rgb(65,89,218); }
div.DivClassName
{
background-color: #4159DA;
}
.BgClassName
{
background-color: #4159DA;
}
</style>
border-color css
<style>
span { border-color: #4159DA; }
span { border-color: rgb(65,89,218); }
td.TdClassName
{
border-color: #4159DA;
}
.TagClassName
{
border-color: #4159DA;
}
</style>