Shades of Medium Blue #001ACF
Tints of Medium Blue #001ACF
RGB
CMYK
RGB Variations
Color information
#001ACF (or 0x001ACF) is known color: Medium Blue. HEX triplet: 00, 1A and CF. RGB value is (0,26,207). Sum of RGB (Red+Green+Blue) = 0+26+207=233 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 233); Green value is 26 (10.55% from 255 or 11.16% from 233); Blue value is 207 (81.25% from 255 or 88.84% from 233); Max value from RGB is 207 - color contains mainly: blue. Hex color #001ACF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001ACF is #FFE530. Grayscale: #262626. Windows color (decimal): -16770353 or 13572608. OLE color: 13572608.
HSL color Cylindrical-coordinate representation of color #001ACF: hue angle of 232.46º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001ACF is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 26 | 207 | - |
| CMYK | 1 | 0.87 | 0 | 0.19 |
| HSL | 232.46º | 1% | 0.41% | - |
| HSV(B) | 232.46º | 1% | 0.81% | - |
| XYZ | 11.63 | 5.24 | 59.43 | - |
| YUV | 38.86 | 222.89 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 26 | 207 | 1 | 0.87 | 0 | 0.19 | 232.46 | 1 | 0.41 |
| Hex | 0 | 1A | CF | 64 | 57 | 0 | 13 | E8 | 64 | 29 |
| Octal | 0 | 32 | 317 | 144 | 127 | 0 | 23 | 350 | 144 | 51 |
| Binary | 0 | 11010 | 11001111 | 1100100 | 1010111 | 0 | 10011 | 11101000 | 1100100 | 101001 |
Color Harmonies of #001ACF
Complementary color
Monochromatic Colors of #001ACF
Black with #001ACF
Text Example
Text Example
White with #001ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001ACF; }
p { color: rgb(0,26,207); }
H1.HeaderClassName
{
color: #001ACF;
}
.AnyTagClassName
{
color: #001ACF;
}
</style>
background-color css
<style>
a { background-color: #001ACF; }
a { background-color: rgb(0,26,207); }
div.DivClassName
{
background-color: #001ACF;
}
.BgClassName
{
background-color: #001ACF;
}
</style>
border-color css
<style>
span { border-color: #001ACF; }
span { border-color: rgb(0,26,207); }
td.TdClassName
{
border-color: #001ACF;
}
.TagClassName
{
border-color: #001ACF;
}
</style>