Shades of Medium Blue #011BC1
Tints of Medium Blue #011BC1
RGB
CMYK
RGB Variations
Color information
#011BC1 (or 0x011BC1) is known color: Medium Blue. HEX triplet: 01, 1B and C1. RGB value is (1,27,193). Sum of RGB (Red+Green+Blue) = 1+27+193=221 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 221); Green value is 27 (10.94% from 255 or 12.22% from 221); Blue value is 193 (75.78% from 255 or 87.33% from 221); Max value from RGB is 193 - color contains mainly: blue. Hex color #011BC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011BC1 is #FEE43E. Grayscale: #252525. Windows color (decimal): -16704575 or 12655361. OLE color: 12655361.
HSL color Cylindrical-coordinate representation of color #011BC1: hue angle of 231.88º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011BC1 is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 27 | 193 | - |
| CMYK | 0.99 | 0.86 | 0 | 0.24 |
| HSL | 231.88º | 0.99% | 0.38% | - |
| HSV(B) | 231.88º | 0.99% | 0.76% | - |
| XYZ | 10.03 | 4.64 | 50.82 | - |
| YUV | 38.15 | 215.39 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 27 | 193 | 0.99 | 0.86 | 0 | 0.24 | 231.88 | 0.99 | 0.38 |
| Hex | 1 | 1B | C1 | 63 | 56 | 0 | 18 | E8 | 63 | 26 |
| Octal | 1 | 33 | 301 | 143 | 126 | 0 | 30 | 350 | 143 | 46 |
| Binary | 1 | 11011 | 11000001 | 1100011 | 1010110 | 0 | 11000 | 11101000 | 1100011 | 100110 |
Color Harmonies of #011BC1
Complementary color
Monochromatic Colors of #011BC1
Black with #011BC1
Text Example
Text Example
White with #011BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011BC1; }
p { color: rgb(1,27,193); }
H1.HeaderClassName
{
color: #011BC1;
}
.AnyTagClassName
{
color: #011BC1;
}
</style>
background-color css
<style>
a { background-color: #011BC1; }
a { background-color: rgb(1,27,193); }
div.DivClassName
{
background-color: #011BC1;
}
.BgClassName
{
background-color: #011BC1;
}
</style>
border-color css
<style>
span { border-color: #011BC1; }
span { border-color: rgb(1,27,193); }
td.TdClassName
{
border-color: #011BC1;
}
.TagClassName
{
border-color: #011BC1;
}
</style>