Shades of Royal Blue #4168CE
Tints of Royal Blue #4168CE
RGB
CMYK
RGB Variations
Color information
#4168CE (or 0x4168CE) is known color: Royal Blue. HEX triplet: 41, 68 and CE. RGB value is (65,104,206). Sum of RGB (Red+Green+Blue) = 65+104+206=375 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.33% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #4168CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4168CE is #BE9731. Grayscale: #676767. Windows color (decimal): -12490546 or 13527105. OLE color: 13527105.
HSL color Cylindrical-coordinate representation of color #4168CE: hue angle of 223.4º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4168CE is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 104 | 206 | - |
| CMYK | 0.68 | 0.50 | 0 | 0.19 |
| HSL | 223.4º | 0.59% | 0.53% | - |
| HSV(B) | 223.4º | 0.68% | 0.81% | - |
| XYZ | 18.27 | 15.48 | 60.42 | - |
| YUV | 103.97 | 185.58 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 104 | 206 | 0.68 | 0.50 | 0 | 0.19 | 223.4 | 0.59 | 0.53 |
| Hex | 41 | 68 | CE | 44 | 32 | 0 | 13 | DF | 3B | 35 |
| Octal | 101 | 150 | 316 | 104 | 62 | 0 | 23 | 337 | 73 | 65 |
| Binary | 1000001 | 1101000 | 11001110 | 1000100 | 110010 | 0 | 10011 | 11011111 | 111011 | 110101 |
Color Harmonies of #4168CE
Complementary color
Monochromatic Colors of #4168CE
Black with #4168CE
Text Example
Text Example
White with #4168CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4168CE; }
p { color: rgb(65,104,206); }
H1.HeaderClassName
{
color: #4168CE;
}
.AnyTagClassName
{
color: #4168CE;
}
</style>
background-color css
<style>
a { background-color: #4168CE; }
a { background-color: rgb(65,104,206); }
div.DivClassName
{
background-color: #4168CE;
}
.BgClassName
{
background-color: #4168CE;
}
</style>
border-color css
<style>
span { border-color: #4168CE; }
span { border-color: rgb(65,104,206); }
td.TdClassName
{
border-color: #4168CE;
}
.TagClassName
{
border-color: #4168CE;
}
</style>