Shades of Royal Blue #416CC9
Tints of Royal Blue #416CC9
RGB
CMYK
RGB Variations
Color information
#416CC9 (or 0x416CC9) is known color: Royal Blue. HEX triplet: 41, 6C and C9. RGB value is (65,108,201). Sum of RGB (Red+Green+Blue) = 65+108+201=374 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.38% from 374); Green value is 108 (42.58% from 255 or 28.88% from 374); Blue value is 201 (78.91% from 255 or 53.74% from 374); Max value from RGB is 201 - color contains mainly: blue. Hex color #416CC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416CC9 is #BE9336. Grayscale: #696969. Windows color (decimal): -12489527 or 13200449. OLE color: 13200449.
HSL color Cylindrical-coordinate representation of color #416CC9: hue angle of 221.03º 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 #416CC9 is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 65 | 108 | 201 | - |
| CMYK | 0.68 | 0.46 | 0 | 0.21 |
| HSL | 221.03º | 0.56% | 0.52% | - |
| HSV(B) | 221.03º | 0.68% | 0.79% | - |
| XYZ | 18.09 | 16.07 | 57.41 | - |
| YUV | 105.75 | 181.75 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 108 | 201 | 0.68 | 0.46 | 0 | 0.21 | 221.03 | 0.56 | 0.52 |
| Hex | 41 | 6C | C9 | 44 | 2E | 0 | 15 | DD | 38 | 34 |
| Octal | 101 | 154 | 311 | 104 | 56 | 0 | 25 | 335 | 70 | 64 |
| Binary | 1000001 | 1101100 | 11001001 | 1000100 | 101110 | 0 | 10101 | 11011101 | 111000 | 110100 |
Color Harmonies of #416CC9
Complementary color
Monochromatic Colors of #416CC9
Black with #416CC9
Text Example
Text Example
White with #416CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416CC9; }
p { color: rgb(65,108,201); }
H1.HeaderClassName
{
color: #416CC9;
}
.AnyTagClassName
{
color: #416CC9;
}
</style>
background-color css
<style>
a { background-color: #416CC9; }
a { background-color: rgb(65,108,201); }
div.DivClassName
{
background-color: #416CC9;
}
.BgClassName
{
background-color: #416CC9;
}
</style>
border-color css
<style>
span { border-color: #416CC9; }
span { border-color: rgb(65,108,201); }
td.TdClassName
{
border-color: #416CC9;
}
.TagClassName
{
border-color: #416CC9;
}
</style>