Shades of Medium Blue #011ACF
Tints of Medium Blue #011ACF
RGB
CMYK
RGB Variations
Color information
#011ACF (or 0x011ACF) is known color: Medium Blue. HEX triplet: 01, 1A and CF. RGB value is (1,26,207). Sum of RGB (Red+Green+Blue) = 1+26+207=234 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 234); Green value is 26 (10.55% from 255 or 11.11% from 234); Blue value is 207 (81.25% from 255 or 88.46% from 234); Max value from RGB is 207 - color contains mainly: blue. Hex color #011ACF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011ACF is #FEE530. Grayscale: #262626. Windows color (decimal): -16704817 or 13572609. OLE color: 13572609.
HSL color Cylindrical-coordinate representation of color #011ACF: hue angle of 232.72º 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 #011ACF is Cyan = 1.00, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 26 | 207 | - |
| CMYK | 1.00 | 0.87 | 0 | 0.19 |
| HSL | 232.72º | 0.99% | 0.41% | - |
| HSV(B) | 232.72º | 1% | 0.81% | - |
| XYZ | 11.64 | 5.25 | 59.43 | - |
| YUV | 39.16 | 222.72 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 26 | 207 | 1.00 | 0.87 | 0 | 0.19 | 232.72 | 0.99 | 0.41 |
| Hex | 1 | 1A | CF | 64 | 57 | 0 | 13 | E9 | 63 | 29 |
| Octal | 1 | 32 | 317 | 144 | 127 | 0 | 23 | 351 | 143 | 51 |
| Binary | 1 | 11010 | 11001111 | 1100100 | 1010111 | 0 | 10011 | 11101001 | 1100011 | 101001 |
Color Harmonies of #011ACF
Complementary color
Monochromatic Colors of #011ACF
Black with #011ACF
Text Example
Text Example
White with #011ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011ACF; }
p { color: rgb(1,26,207); }
H1.HeaderClassName
{
color: #011ACF;
}
.AnyTagClassName
{
color: #011ACF;
}
</style>
background-color css
<style>
a { background-color: #011ACF; }
a { background-color: rgb(1,26,207); }
div.DivClassName
{
background-color: #011ACF;
}
.BgClassName
{
background-color: #011ACF;
}
</style>
border-color css
<style>
span { border-color: #011ACF; }
span { border-color: rgb(1,26,207); }
td.TdClassName
{
border-color: #011ACF;
}
.TagClassName
{
border-color: #011ACF;
}
</style>