Shades of Royal Blue #416CCC
Tints of Royal Blue #416CCC
RGB
CMYK
RGB Variations
Color information
#416CCC (or 0x416CCC) is known color: Royal Blue. HEX triplet: 41, 6C and CC. RGB value is (65,108,204). Sum of RGB (Red+Green+Blue) = 65+108+204=377 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.24% from 377); Green value is 108 (42.58% from 255 or 28.65% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #416CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416CCC is #BE9333. Grayscale: #696969. Windows color (decimal): -12489524 or 13397057. OLE color: 13397057.
HSL color Cylindrical-coordinate representation of color #416CCC: hue angle of 221.44º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #416CCC is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 65 | 108 | 204 | - |
| CMYK | 0.68 | 0.47 | 0 | 0.2 |
| HSL | 221.44º | 0.58% | 0.53% | - |
| HSV(B) | 221.44º | 0.68% | 0.8% | - |
| XYZ | 18.44 | 16.21 | 59.28 | - |
| YUV | 106.09 | 183.25 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 108 | 204 | 0.68 | 0.47 | 0 | 0.2 | 221.44 | 0.58 | 0.53 |
| Hex | 41 | 6C | CC | 44 | 2F | 0 | 14 | DD | 3A | 35 |
| Octal | 101 | 154 | 314 | 104 | 57 | 0 | 24 | 335 | 72 | 65 |
| Binary | 1000001 | 1101100 | 11001100 | 1000100 | 101111 | 0 | 10100 | 11011101 | 111010 | 110101 |
Color Harmonies of #416CCC
Complementary color
Monochromatic Colors of #416CCC
Black with #416CCC
Text Example
Text Example
White with #416CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416CCC; }
p { color: rgb(65,108,204); }
H1.HeaderClassName
{
color: #416CCC;
}
.AnyTagClassName
{
color: #416CCC;
}
</style>
background-color css
<style>
a { background-color: #416CCC; }
a { background-color: rgb(65,108,204); }
div.DivClassName
{
background-color: #416CCC;
}
.BgClassName
{
background-color: #416CCC;
}
</style>
border-color css
<style>
span { border-color: #416CCC; }
span { border-color: rgb(65,108,204); }
td.TdClassName
{
border-color: #416CCC;
}
.TagClassName
{
border-color: #416CCC;
}
</style>