Shades of Medium Blue #001CCF
Tints of Medium Blue #001CCF
RGB
CMYK
RGB Variations
Color information
#001CCF (or 0x001CCF) is known color: Medium Blue. HEX triplet: 00, 1C and CF. RGB value is (0,28,207). Sum of RGB (Red+Green+Blue) = 0+28+207=235 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 235); Green value is 28 (11.33% from 255 or 11.91% from 235); Blue value is 207 (81.25% from 255 or 88.09% from 235); Max value from RGB is 207 - color contains mainly: blue. Hex color #001CCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001CCF is #FFE330. Grayscale: #272727. Windows color (decimal): -16769841 or 13573120. OLE color: 13573120.
HSL color Cylindrical-coordinate representation of color #001CCF: hue angle of 231.88º 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 #001CCF is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 28 | 207 | - |
| CMYK | 1 | 0.86 | 0 | 0.19 |
| HSL | 231.88º | 1% | 0.41% | - |
| HSV(B) | 231.88º | 1% | 0.81% | - |
| XYZ | 11.68 | 5.34 | 59.45 | - |
| YUV | 40.03 | 222.22 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 207 | 1 | 0.86 | 0 | 0.19 | 231.88 | 1 | 0.41 |
| Hex | 0 | 1C | CF | 64 | 56 | 0 | 13 | E8 | 64 | 29 |
| Octal | 0 | 34 | 317 | 144 | 126 | 0 | 23 | 350 | 144 | 51 |
| Binary | 0 | 11100 | 11001111 | 1100100 | 1010110 | 0 | 10011 | 11101000 | 1100100 | 101001 |
Color Harmonies of #001CCF
Complementary color
Monochromatic Colors of #001CCF
Black with #001CCF
Text Example
Text Example
White with #001CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001CCF; }
p { color: rgb(0,28,207); }
H1.HeaderClassName
{
color: #001CCF;
}
.AnyTagClassName
{
color: #001CCF;
}
</style>
background-color css
<style>
a { background-color: #001CCF; }
a { background-color: rgb(0,28,207); }
div.DivClassName
{
background-color: #001CCF;
}
.BgClassName
{
background-color: #001CCF;
}
</style>
border-color css
<style>
span { border-color: #001CCF; }
span { border-color: rgb(0,28,207); }
td.TdClassName
{
border-color: #001CCF;
}
.TagClassName
{
border-color: #001CCF;
}
</style>