Shades of Medium Blue #011FC5
Tints of Medium Blue #011FC5
RGB
CMYK
RGB Variations
Color information
#011FC5 (or 0x011FC5) is known color: Medium Blue. HEX triplet: 01, 1F and C5. RGB value is (1,31,197). Sum of RGB (Red+Green+Blue) = 1+31+197=229 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 229); Green value is 31 (12.5% from 255 or 13.54% from 229); Blue value is 197 (77.34% from 255 or 86.03% from 229); Max value from RGB is 197 - color contains mainly: blue. Hex color #011FC5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011FC5 is #FEE03A. Grayscale: #282828. Windows color (decimal): -16703547 or 12918529. OLE color: 12918529.
HSL color Cylindrical-coordinate representation of color #011FC5: hue angle of 230.82º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011FC5 is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 31 | 197 | - |
| CMYK | 0.99 | 0.84 | 0 | 0.23 |
| HSL | 230.82º | 0.99% | 0.39% | - |
| HSV(B) | 230.82º | 0.99% | 0.77% | - |
| XYZ | 10.58 | 5.02 | 53.23 | - |
| YUV | 40.95 | 216.06 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 31 | 197 | 0.99 | 0.84 | 0 | 0.23 | 230.82 | 0.99 | 0.39 |
| Hex | 1 | 1F | C5 | 63 | 54 | 0 | 17 | E7 | 63 | 27 |
| Octal | 1 | 37 | 305 | 143 | 124 | 0 | 27 | 347 | 143 | 47 |
| Binary | 1 | 11111 | 11000101 | 1100011 | 1010100 | 0 | 10111 | 11100111 | 1100011 | 100111 |
Color Harmonies of #011FC5
Complementary color
Monochromatic Colors of #011FC5
Black with #011FC5
Text Example
Text Example
White with #011FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011FC5; }
p { color: rgb(1,31,197); }
H1.HeaderClassName
{
color: #011FC5;
}
.AnyTagClassName
{
color: #011FC5;
}
</style>
background-color css
<style>
a { background-color: #011FC5; }
a { background-color: rgb(1,31,197); }
div.DivClassName
{
background-color: #011FC5;
}
.BgClassName
{
background-color: #011FC5;
}
</style>
border-color css
<style>
span { border-color: #011FC5; }
span { border-color: rgb(1,31,197); }
td.TdClassName
{
border-color: #011FC5;
}
.TagClassName
{
border-color: #011FC5;
}
</style>