Shades of Medium Blue #011CC7
Tints of Medium Blue #011CC7
RGB
CMYK
RGB Variations
Color information
#011CC7 (or 0x011CC7) is known color: Medium Blue. HEX triplet: 01, 1C and C7. RGB value is (1,28,199). Sum of RGB (Red+Green+Blue) = 1+28+199=228 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 228); Green value is 28 (11.33% from 255 or 12.28% from 228); Blue value is 199 (78.12% from 255 or 87.28% from 228); Max value from RGB is 199 - color contains mainly: blue. Hex color #011CC7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011CC7 is #FEE338. Grayscale: #262626. Windows color (decimal): -16704313 or 13048833. OLE color: 13048833.
HSL color Cylindrical-coordinate representation of color #011CC7: hue angle of 231.82º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011CC7 is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 1 | 28 | 199 | - |
| CMYK | 0.99 | 0.86 | 0 | 0.22 |
| HSL | 231.82º | 0.99% | 0.39% | - |
| HSV(B) | 231.82º | 0.99% | 0.78% | - |
| XYZ | 10.74 | 4.96 | 54.42 | - |
| YUV | 39.42 | 218.05 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 28 | 199 | 0.99 | 0.86 | 0 | 0.22 | 231.82 | 0.99 | 0.39 |
| Hex | 1 | 1C | C7 | 63 | 56 | 0 | 16 | E8 | 63 | 27 |
| Octal | 1 | 34 | 307 | 143 | 126 | 0 | 26 | 350 | 143 | 47 |
| Binary | 1 | 11100 | 11000111 | 1100011 | 1010110 | 0 | 10110 | 11101000 | 1100011 | 100111 |
Color Harmonies of #011CC7
Complementary color
Monochromatic Colors of #011CC7
Black with #011CC7
Text Example
Text Example
White with #011CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011CC7; }
p { color: rgb(1,28,199); }
H1.HeaderClassName
{
color: #011CC7;
}
.AnyTagClassName
{
color: #011CC7;
}
</style>
background-color css
<style>
a { background-color: #011CC7; }
a { background-color: rgb(1,28,199); }
div.DivClassName
{
background-color: #011CC7;
}
.BgClassName
{
background-color: #011CC7;
}
</style>
border-color css
<style>
span { border-color: #011CC7; }
span { border-color: rgb(1,28,199); }
td.TdClassName
{
border-color: #011CC7;
}
.TagClassName
{
border-color: #011CC7;
}
</style>