Shades of Medium Blue #011CCE
Tints of Medium Blue #011CCE
RGB
CMYK
RGB Variations
Color information
#011CCE (or 0x011CCE) is known color: Medium Blue. HEX triplet: 01, 1C and CE. RGB value is (1,28,206). Sum of RGB (Red+Green+Blue) = 1+28+206=235 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 235); Green value is 28 (11.33% from 255 or 11.91% from 235); Blue value is 206 (80.86% from 255 or 87.66% from 235); Max value from RGB is 206 - color contains mainly: blue. Hex color #011CCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011CCE is #FEE331. Grayscale: #272727. Windows color (decimal): -16704306 or 13507585. OLE color: 13507585.
HSL color Cylindrical-coordinate representation of color #011CCE: hue angle of 232.1º 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 #011CCE is Cyan = 1.00, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 28 | 206 | - |
| CMYK | 1.00 | 0.86 | 0 | 0.19 |
| HSL | 232.1º | 0.99% | 0.41% | - |
| HSV(B) | 232.1º | 1% | 0.81% | - |
| XYZ | 11.57 | 5.29 | 58.8 | - |
| YUV | 40.22 | 221.55 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 28 | 206 | 1.00 | 0.86 | 0 | 0.19 | 232.1 | 0.99 | 0.41 |
| Hex | 1 | 1C | CE | 64 | 56 | 0 | 13 | E8 | 63 | 29 |
| Octal | 1 | 34 | 316 | 144 | 126 | 0 | 23 | 350 | 143 | 51 |
| Binary | 1 | 11100 | 11001110 | 1100100 | 1010110 | 0 | 10011 | 11101000 | 1100011 | 101001 |
Color Harmonies of #011CCE
Complementary color
Monochromatic Colors of #011CCE
Black with #011CCE
Text Example
Text Example
White with #011CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011CCE; }
p { color: rgb(1,28,206); }
H1.HeaderClassName
{
color: #011CCE;
}
.AnyTagClassName
{
color: #011CCE;
}
</style>
background-color css
<style>
a { background-color: #011CCE; }
a { background-color: rgb(1,28,206); }
div.DivClassName
{
background-color: #011CCE;
}
.BgClassName
{
background-color: #011CCE;
}
</style>
border-color css
<style>
span { border-color: #011CCE; }
span { border-color: rgb(1,28,206); }
td.TdClassName
{
border-color: #011CCE;
}
.TagClassName
{
border-color: #011CCE;
}
</style>