Shades of Medium Blue #011AC9
Tints of Medium Blue #011AC9
RGB
CMYK
RGB Variations
Color information
#011AC9 (or 0x011AC9) is known color: Medium Blue. HEX triplet: 01, 1A and C9. RGB value is (1,26,201). Sum of RGB (Red+Green+Blue) = 1+26+201=228 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 228); Green value is 26 (10.55% from 255 or 11.40% from 228); Blue value is 201 (78.91% from 255 or 88.16% from 228); Max value from RGB is 201 - color contains mainly: blue. Hex color #011AC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011AC9 is #FEE536. Grayscale: #252525. Windows color (decimal): -16704823 or 13179393. OLE color: 13179393.
HSL color Cylindrical-coordinate representation of color #011AC9: hue angle of 232.5º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #011AC9 is Cyan = 1.00, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 1 | 26 | 201 | - |
| CMYK | 1.00 | 0.87 | 0 | 0.21 |
| HSL | 232.5º | 0.99% | 0.4% | - |
| HSV(B) | 232.5º | 1% | 0.79% | - |
| XYZ | 10.92 | 4.96 | 55.64 | - |
| YUV | 38.48 | 219.72 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 26 | 201 | 1.00 | 0.87 | 0 | 0.21 | 232.5 | 0.99 | 0.4 |
| Hex | 1 | 1A | C9 | 64 | 57 | 0 | 15 | E8 | 63 | 28 |
| Octal | 1 | 32 | 311 | 144 | 127 | 0 | 25 | 350 | 143 | 50 |
| Binary | 1 | 11010 | 11001001 | 1100100 | 1010111 | 0 | 10101 | 11101000 | 1100011 | 101000 |
Color Harmonies of #011AC9
Complementary color
Monochromatic Colors of #011AC9
Black with #011AC9
Text Example
Text Example
White with #011AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011AC9; }
p { color: rgb(1,26,201); }
H1.HeaderClassName
{
color: #011AC9;
}
.AnyTagClassName
{
color: #011AC9;
}
</style>
background-color css
<style>
a { background-color: #011AC9; }
a { background-color: rgb(1,26,201); }
div.DivClassName
{
background-color: #011AC9;
}
.BgClassName
{
background-color: #011AC9;
}
</style>
border-color css
<style>
span { border-color: #011AC9; }
span { border-color: rgb(1,26,201); }
td.TdClassName
{
border-color: #011AC9;
}
.TagClassName
{
border-color: #011AC9;
}
</style>