Shades of Medium Blue #011FCE
Tints of Medium Blue #011FCE
RGB
CMYK
RGB Variations
Color information
#011FCE (or 0x011FCE) is known color: Medium Blue. HEX triplet: 01, 1F and CE. RGB value is (1,31,206). Sum of RGB (Red+Green+Blue) = 1+31+206=238 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 238); Green value is 31 (12.5% from 255 or 13.03% from 238); Blue value is 206 (80.86% from 255 or 86.55% from 238); Max value from RGB is 206 - color contains mainly: blue. Hex color #011FCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011FCE is #FEE031. Grayscale: #292929. Windows color (decimal): -16703538 or 13508353. OLE color: 13508353.
HSL color Cylindrical-coordinate representation of color #011FCE: hue angle of 231.22º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #011FCE is Cyan = 1.00, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 31 | 206 | - |
| CMYK | 1.00 | 0.85 | 0 | 0.19 |
| HSL | 231.22º | 0.99% | 0.41% | - |
| HSV(B) | 231.22º | 1% | 0.81% | - |
| XYZ | 11.64 | 5.44 | 58.83 | - |
| YUV | 41.98 | 220.56 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 31 | 206 | 1.00 | 0.85 | 0 | 0.19 | 231.22 | 0.99 | 0.41 |
| Hex | 1 | 1F | CE | 64 | 55 | 0 | 13 | E7 | 63 | 29 |
| Octal | 1 | 37 | 316 | 144 | 125 | 0 | 23 | 347 | 143 | 51 |
| Binary | 1 | 11111 | 11001110 | 1100100 | 1010101 | 0 | 10011 | 11100111 | 1100011 | 101001 |
Color Harmonies of #011FCE
Complementary color
Monochromatic Colors of #011FCE
Black with #011FCE
Text Example
Text Example
White with #011FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011FCE; }
p { color: rgb(1,31,206); }
H1.HeaderClassName
{
color: #011FCE;
}
.AnyTagClassName
{
color: #011FCE;
}
</style>
background-color css
<style>
a { background-color: #011FCE; }
a { background-color: rgb(1,31,206); }
div.DivClassName
{
background-color: #011FCE;
}
.BgClassName
{
background-color: #011FCE;
}
</style>
border-color css
<style>
span { border-color: #011FCE; }
span { border-color: rgb(1,31,206); }
td.TdClassName
{
border-color: #011FCE;
}
.TagClassName
{
border-color: #011FCE;
}
</style>