Shades of Royal Blue #416EC9
Tints of Royal Blue #416EC9
RGB
CMYK
RGB Variations
Color information
#416EC9 (or 0x416EC9) is known color: Royal Blue. HEX triplet: 41, 6E and C9. RGB value is (65,110,201). Sum of RGB (Red+Green+Blue) = 65+110+201=376 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.29% from 376); Green value is 110 (43.36% from 255 or 29.26% from 376); Blue value is 201 (78.91% from 255 or 53.46% from 376); Max value from RGB is 201 - color contains mainly: blue. Hex color #416EC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416EC9 is #BE9136. Grayscale: #6A6A6A. Windows color (decimal): -12489015 or 13200961. OLE color: 13200961.
HSL color Cylindrical-coordinate representation of color #416EC9: hue angle of 220.15º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #416EC9 is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 65 | 110 | 201 | - |
| CMYK | 0.68 | 0.45 | 0 | 0.21 |
| HSL | 220.15º | 0.56% | 0.52% | - |
| HSV(B) | 220.15º | 0.68% | 0.79% | - |
| XYZ | 18.3 | 16.49 | 57.48 | - |
| YUV | 106.92 | 181.09 | 98.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 110 | 201 | 0.68 | 0.45 | 0 | 0.21 | 220.15 | 0.56 | 0.52 |
| Hex | 41 | 6E | C9 | 44 | 2D | 0 | 15 | DC | 38 | 34 |
| Octal | 101 | 156 | 311 | 104 | 55 | 0 | 25 | 334 | 70 | 64 |
| Binary | 1000001 | 1101110 | 11001001 | 1000100 | 101101 | 0 | 10101 | 11011100 | 111000 | 110100 |
Color Harmonies of #416EC9
Complementary color
Monochromatic Colors of #416EC9
Black with #416EC9
Text Example
Text Example
White with #416EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416EC9; }
p { color: rgb(65,110,201); }
H1.HeaderClassName
{
color: #416EC9;
}
.AnyTagClassName
{
color: #416EC9;
}
</style>
background-color css
<style>
a { background-color: #416EC9; }
a { background-color: rgb(65,110,201); }
div.DivClassName
{
background-color: #416EC9;
}
.BgClassName
{
background-color: #416EC9;
}
</style>
border-color css
<style>
span { border-color: #416EC9; }
span { border-color: rgb(65,110,201); }
td.TdClassName
{
border-color: #416EC9;
}
.TagClassName
{
border-color: #416EC9;
}
</style>