Shades of Royal Blue #416BCB
Tints of Royal Blue #416BCB
RGB
CMYK
RGB Variations
Color information
#416BCB (or 0x416BCB) is known color: Royal Blue. HEX triplet: 41, 6B and CB. RGB value is (65,107,203). Sum of RGB (Red+Green+Blue) = 65+107+203=375 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.33% from 375); Green value is 107 (42.19% from 255 or 28.53% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #416BCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416BCB is #BE9434. Grayscale: #686868. Windows color (decimal): -12489781 or 13331265. OLE color: 13331265.
HSL color Cylindrical-coordinate representation of color #416BCB: hue angle of 221.74º degrees, saturation: 0.57, 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 #416BCB is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 65 | 107 | 203 | - |
| CMYK | 0.68 | 0.47 | 0 | 0.20 |
| HSL | 221.74º | 0.57% | 0.53% | - |
| HSV(B) | 221.74º | 0.68% | 0.8% | - |
| XYZ | 18.22 | 15.95 | 58.62 | - |
| YUV | 105.39 | 183.09 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 107 | 203 | 0.68 | 0.47 | 0 | 0.20 | 221.74 | 0.57 | 0.53 |
| Hex | 41 | 6B | CB | 44 | 2F | 0 | 14 | DE | 39 | 35 |
| Octal | 101 | 153 | 313 | 104 | 57 | 0 | 24 | 336 | 71 | 65 |
| Binary | 1000001 | 1101011 | 11001011 | 1000100 | 101111 | 0 | 10100 | 11011110 | 111001 | 110101 |
Color Harmonies of #416BCB
Complementary color
Monochromatic Colors of #416BCB
Black with #416BCB
Text Example
Text Example
White with #416BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416BCB; }
p { color: rgb(65,107,203); }
H1.HeaderClassName
{
color: #416BCB;
}
.AnyTagClassName
{
color: #416BCB;
}
</style>
background-color css
<style>
a { background-color: #416BCB; }
a { background-color: rgb(65,107,203); }
div.DivClassName
{
background-color: #416BCB;
}
.BgClassName
{
background-color: #416BCB;
}
</style>
border-color css
<style>
span { border-color: #416BCB; }
span { border-color: rgb(65,107,203); }
td.TdClassName
{
border-color: #416BCB;
}
.TagClassName
{
border-color: #416BCB;
}
</style>