Shades of Royal Blue #145BFF
Tints of Royal Blue #145BFF
RGB
CMYK
RGB Variations
Color information
#145BFF (or 0x145BFF) is known color: Royal Blue. HEX triplet: 14, 5B and FF. RGB value is (20,91,255). Sum of RGB (Red+Green+Blue) = 20+91+255=366 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.46% from 366); Green value is 91 (35.94% from 255 or 24.86% from 366); Blue value is 255 (100% from 255 or 69.67% from 366); Max value from RGB is 255 - color contains mainly: blue. Hex color #145BFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #145BFF is #EBA400. Grayscale: #575757. Windows color (decimal): -15442945 or 16734996. OLE color: 16734996.
HSL color Cylindrical-coordinate representation of color #145BFF: hue angle of 221.87º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #145BFF is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 91 | 255 | - |
| CMYK | 0.92 | 0.64 | 0 | 0 |
| HSL | 221.87º | 1% | 0.54% | - |
| HSV(B) | 221.87º | 0.92% | 1% | - |
| XYZ | 22.08 | 14.85 | 96.31 | - |
| YUV | 88.47 | 221.98 | 79.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 91 | 255 | 0.92 | 0.64 | 0 | 0 | 221.87 | 1 | 0.54 |
| Hex | 14 | 5B | FF | 5C | 40 | 0 | 0 | DE | 64 | 36 |
| Octal | 24 | 133 | 377 | 134 | 100 | 0 | 0 | 336 | 144 | 66 |
| Binary | 10100 | 1011011 | 11111111 | 1011100 | 1000000 | 0 | 0 | 11011110 | 1100100 | 110110 |
Color Harmonies of #145BFF
Complementary color
Monochromatic Colors of #145BFF
Black with #145BFF
Text Example
Text Example
White with #145BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145BFF; }
p { color: rgb(20,91,255); }
H1.HeaderClassName
{
color: #145BFF;
}
.AnyTagClassName
{
color: #145BFF;
}
</style>
background-color css
<style>
a { background-color: #145BFF; }
a { background-color: rgb(20,91,255); }
div.DivClassName
{
background-color: #145BFF;
}
.BgClassName
{
background-color: #145BFF;
}
</style>
border-color css
<style>
span { border-color: #145BFF; }
span { border-color: rgb(20,91,255); }
td.TdClassName
{
border-color: #145BFF;
}
.TagClassName
{
border-color: #145BFF;
}
</style>