Shades of Royal Blue #1B64F4
Tints of Royal Blue #1B64F4
RGB
CMYK
RGB Variations
Color information
#1B64F4 (or 0x1B64F4) is known color: Royal Blue. HEX triplet: 1B, 64 and F4. RGB value is (27,100,244). Sum of RGB (Red+Green+Blue) = 27+100+244=371 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.28% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 244 (95.70% from 255 or 65.77% from 371); Max value from RGB is 244 - color contains mainly: blue. Hex color #1B64F4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B64F4 is #E49B0B. Grayscale: #5D5D5D. Windows color (decimal): -14981900 or 16016411. OLE color: 16016411.
HSL color Cylindrical-coordinate representation of color #1B64F4: hue angle of 219.82º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B64F4 is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 27 | 100 | 244 | - |
| CMYK | 0.89 | 0.59 | 0 | 0.04 |
| HSL | 219.82º | 0.91% | 0.53% | - |
| HSV(B) | 219.82º | 0.89% | 0.96% | - |
| XYZ | 21.34 | 15.88 | 87.53 | - |
| YUV | 94.59 | 212.32 | 79.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 100 | 244 | 0.89 | 0.59 | 0 | 0.04 | 219.82 | 0.91 | 0.53 |
| Hex | 1B | 64 | F4 | 59 | 3B | 0 | 4 | DC | 5B | 35 |
| Octal | 33 | 144 | 364 | 131 | 73 | 0 | 4 | 334 | 133 | 65 |
| Binary | 11011 | 1100100 | 11110100 | 1011001 | 111011 | 0 | 100 | 11011100 | 1011011 | 110101 |
Color Harmonies of #1B64F4
Complementary color
Monochromatic Colors of #1B64F4
Black with #1B64F4
Text Example
Text Example
White with #1B64F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B64F4; }
p { color: rgb(27,100,244); }
H1.HeaderClassName
{
color: #1B64F4;
}
.AnyTagClassName
{
color: #1B64F4;
}
</style>
background-color css
<style>
a { background-color: #1B64F4; }
a { background-color: rgb(27,100,244); }
div.DivClassName
{
background-color: #1B64F4;
}
.BgClassName
{
background-color: #1B64F4;
}
</style>
border-color css
<style>
span { border-color: #1B64F4; }
span { border-color: rgb(27,100,244); }
td.TdClassName
{
border-color: #1B64F4;
}
.TagClassName
{
border-color: #1B64F4;
}
</style>