Shades of Medium Blue #011AC7
Tints of Medium Blue #011AC7
RGB
CMYK
RGB Variations
Color information
#011AC7 (or 0x011AC7) is known color: Medium Blue. HEX triplet: 01, 1A and C7. RGB value is (1,26,199). Sum of RGB (Red+Green+Blue) = 1+26+199=226 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 226); Green value is 26 (10.55% from 255 or 11.50% from 226); Blue value is 199 (78.12% from 255 or 88.05% from 226); Max value from RGB is 199 - color contains mainly: blue. Hex color #011AC7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011AC7 is #FEE538. Grayscale: #252525. Windows color (decimal): -16704825 or 13048321. OLE color: 13048321.
HSL color Cylindrical-coordinate representation of color #011AC7: hue angle of 232.42º 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 #011AC7 is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 1 | 26 | 199 | - |
| CMYK | 0.99 | 0.87 | 0 | 0.22 |
| HSL | 232.42º | 0.99% | 0.39% | - |
| HSV(B) | 232.42º | 0.99% | 0.78% | - |
| XYZ | 10.69 | 4.87 | 54.41 | - |
| YUV | 38.25 | 218.72 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 26 | 199 | 0.99 | 0.87 | 0 | 0.22 | 232.42 | 0.99 | 0.39 |
| Hex | 1 | 1A | C7 | 63 | 57 | 0 | 16 | E8 | 63 | 27 |
| Octal | 1 | 32 | 307 | 143 | 127 | 0 | 26 | 350 | 143 | 47 |
| Binary | 1 | 11010 | 11000111 | 1100011 | 1010111 | 0 | 10110 | 11101000 | 1100011 | 100111 |
Color Harmonies of #011AC7
Complementary color
Monochromatic Colors of #011AC7
Black with #011AC7
Text Example
Text Example
White with #011AC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011AC7; }
p { color: rgb(1,26,199); }
H1.HeaderClassName
{
color: #011AC7;
}
.AnyTagClassName
{
color: #011AC7;
}
</style>
background-color css
<style>
a { background-color: #011AC7; }
a { background-color: rgb(1,26,199); }
div.DivClassName
{
background-color: #011AC7;
}
.BgClassName
{
background-color: #011AC7;
}
</style>
border-color css
<style>
span { border-color: #011AC7; }
span { border-color: rgb(1,26,199); }
td.TdClassName
{
border-color: #011AC7;
}
.TagClassName
{
border-color: #011AC7;
}
</style>