Shades of Royal Blue #416CCB
Tints of Royal Blue #416CCB
RGB
CMYK
RGB Variations
Color information
#416CCB (or 0x416CCB) is known color: Royal Blue. HEX triplet: 41, 6C and CB. RGB value is (65,108,203). Sum of RGB (Red+Green+Blue) = 65+108+203=376 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.29% from 376); Green value is 108 (42.58% from 255 or 28.72% from 376); Blue value is 203 (79.69% from 255 or 53.99% from 376); Max value from RGB is 203 - color contains mainly: blue. Hex color #416CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416CCB is #BE9334. Grayscale: #696969. Windows color (decimal): -12489525 or 13331521. OLE color: 13331521.
HSL color Cylindrical-coordinate representation of color #416CCB: hue angle of 221.3º 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 #416CCB is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 65 | 108 | 203 | - |
| CMYK | 0.68 | 0.47 | 0 | 0.20 |
| HSL | 221.3º | 0.57% | 0.53% | - |
| HSV(B) | 221.3º | 0.68% | 0.8% | - |
| XYZ | 18.32 | 16.16 | 58.65 | - |
| YUV | 105.97 | 182.75 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 108 | 203 | 0.68 | 0.47 | 0 | 0.20 | 221.3 | 0.57 | 0.53 |
| Hex | 41 | 6C | CB | 44 | 2F | 0 | 14 | DD | 39 | 35 |
| Octal | 101 | 154 | 313 | 104 | 57 | 0 | 24 | 335 | 71 | 65 |
| Binary | 1000001 | 1101100 | 11001011 | 1000100 | 101111 | 0 | 10100 | 11011101 | 111001 | 110101 |
Color Harmonies of #416CCB
Complementary color
Monochromatic Colors of #416CCB
Black with #416CCB
Text Example
Text Example
White with #416CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416CCB; }
p { color: rgb(65,108,203); }
H1.HeaderClassName
{
color: #416CCB;
}
.AnyTagClassName
{
color: #416CCB;
}
</style>
background-color css
<style>
a { background-color: #416CCB; }
a { background-color: rgb(65,108,203); }
div.DivClassName
{
background-color: #416CCB;
}
.BgClassName
{
background-color: #416CCB;
}
</style>
border-color css
<style>
span { border-color: #416CCB; }
span { border-color: rgb(65,108,203); }
td.TdClassName
{
border-color: #416CCB;
}
.TagClassName
{
border-color: #416CCB;
}
</style>