Shades of Royal Blue #1B63EE
Tints of Royal Blue #1B63EE
RGB
CMYK
RGB Variations
Color information
#1B63EE (or 0x1B63EE) is known color: Royal Blue. HEX triplet: 1B, 63 and EE. RGB value is (27,99,238). Sum of RGB (Red+Green+Blue) = 27+99+238=364 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.42% from 364); Green value is 99 (39.06% from 255 or 27.20% from 364); Blue value is 238 (93.36% from 255 or 65.38% from 364); Max value from RGB is 238 - color contains mainly: blue. Hex color #1B63EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B63EE is #E49C11. Grayscale: #5C5C5C. Windows color (decimal): -14982162 or 15622939. OLE color: 15622939.
HSL color Cylindrical-coordinate representation of color #1B63EE: hue angle of 219.53º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B63EE is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 27 | 99 | 238 | - |
| CMYK | 0.89 | 0.58 | 0 | 0.07 |
| HSL | 219.53º | 0.86% | 0.52% | - |
| HSV(B) | 219.53º | 0.89% | 0.93% | - |
| XYZ | 20.35 | 15.33 | 82.78 | - |
| YUV | 93.32 | 209.65 | 80.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 99 | 238 | 0.89 | 0.58 | 0 | 0.07 | 219.53 | 0.86 | 0.52 |
| Hex | 1B | 63 | EE | 59 | 3A | 0 | 7 | DC | 56 | 34 |
| Octal | 33 | 143 | 356 | 131 | 72 | 0 | 7 | 334 | 126 | 64 |
| Binary | 11011 | 1100011 | 11101110 | 1011001 | 111010 | 0 | 111 | 11011100 | 1010110 | 110100 |
Color Harmonies of #1B63EE
Complementary color
Monochromatic Colors of #1B63EE
Black with #1B63EE
Text Example
Text Example
White with #1B63EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B63EE; }
p { color: rgb(27,99,238); }
H1.HeaderClassName
{
color: #1B63EE;
}
.AnyTagClassName
{
color: #1B63EE;
}
</style>
background-color css
<style>
a { background-color: #1B63EE; }
a { background-color: rgb(27,99,238); }
div.DivClassName
{
background-color: #1B63EE;
}
.BgClassName
{
background-color: #1B63EE;
}
</style>
border-color css
<style>
span { border-color: #1B63EE; }
span { border-color: rgb(27,99,238); }
td.TdClassName
{
border-color: #1B63EE;
}
.TagClassName
{
border-color: #1B63EE;
}
</style>