Shades of Royal Blue #1967EF
Tints of Royal Blue #1967EF
RGB
CMYK
RGB Variations
Color information
#1967EF (or 0x1967EF) is known color: Royal Blue. HEX triplet: 19, 67 and EF. RGB value is (25,103,239). Sum of RGB (Red+Green+Blue) = 25+103+239=367 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.81% from 367); Green value is 103 (40.62% from 255 or 28.07% from 367); Blue value is 239 (93.75% from 255 or 65.12% from 367); Max value from RGB is 239 - color contains mainly: blue. Hex color #1967EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1967EF is #E69810. Grayscale: #5E5E5E. Windows color (decimal): -15112209 or 15689497. OLE color: 15689497.
HSL color Cylindrical-coordinate representation of color #1967EF: hue angle of 218.13º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1967EF is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 103 | 239 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.06 |
| HSL | 218.13º | 0.87% | 0.52% | - |
| HSV(B) | 218.13º | 0.9% | 0.94% | - |
| XYZ | 20.83 | 16.14 | 83.68 | - |
| YUV | 95.18 | 209.16 | 77.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 103 | 239 | 0.90 | 0.57 | 0 | 0.06 | 218.13 | 0.87 | 0.52 |
| Hex | 19 | 67 | EF | 5A | 39 | 0 | 6 | DA | 57 | 34 |
| Octal | 31 | 147 | 357 | 132 | 71 | 0 | 6 | 332 | 127 | 64 |
| Binary | 11001 | 1100111 | 11101111 | 1011010 | 111001 | 0 | 110 | 11011010 | 1010111 | 110100 |
Color Harmonies of #1967EF
Complementary color
Monochromatic Colors of #1967EF
Black with #1967EF
Text Example
Text Example
White with #1967EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1967EF; }
p { color: rgb(25,103,239); }
H1.HeaderClassName
{
color: #1967EF;
}
.AnyTagClassName
{
color: #1967EF;
}
</style>
background-color css
<style>
a { background-color: #1967EF; }
a { background-color: rgb(25,103,239); }
div.DivClassName
{
background-color: #1967EF;
}
.BgClassName
{
background-color: #1967EF;
}
</style>
border-color css
<style>
span { border-color: #1967EF; }
span { border-color: rgb(25,103,239); }
td.TdClassName
{
border-color: #1967EF;
}
.TagClassName
{
border-color: #1967EF;
}
</style>