Shades of Medium Blue #001CCD
Tints of Medium Blue #001CCD
RGB
CMYK
RGB Variations
Color information
#001CCD (or 0x001CCD) is known color: Medium Blue. HEX triplet: 00, 1C and CD. RGB value is (0,28,205). Sum of RGB (Red+Green+Blue) = 0+28+205=233 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 233); Green value is 28 (11.33% from 255 or 12.02% from 233); Blue value is 205 (80.47% from 255 or 87.98% from 233); Max value from RGB is 205 - color contains mainly: blue. Hex color #001CCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001CCD is #FFE332. Grayscale: #272727. Windows color (decimal): -16769843 or 13442048. OLE color: 13442048.
HSL color Cylindrical-coordinate representation of color #001CCD: hue angle of 231.8º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001CCD is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 28 | 205 | - |
| CMYK | 1 | 0.86 | 0 | 0.20 |
| HSL | 231.8º | 1% | 0.4% | - |
| HSV(B) | 231.8º | 1% | 0.8% | - |
| XYZ | 11.43 | 5.24 | 58.17 | - |
| YUV | 39.81 | 221.22 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 205 | 1 | 0.86 | 0 | 0.20 | 231.8 | 1 | 0.4 |
| Hex | 0 | 1C | CD | 64 | 56 | 0 | 14 | E8 | 64 | 28 |
| Octal | 0 | 34 | 315 | 144 | 126 | 0 | 24 | 350 | 144 | 50 |
| Binary | 0 | 11100 | 11001101 | 1100100 | 1010110 | 0 | 10100 | 11101000 | 1100100 | 101000 |
Color Harmonies of #001CCD
Complementary color
Monochromatic Colors of #001CCD
Black with #001CCD
Text Example
Text Example
White with #001CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001CCD; }
p { color: rgb(0,28,205); }
H1.HeaderClassName
{
color: #001CCD;
}
.AnyTagClassName
{
color: #001CCD;
}
</style>
background-color css
<style>
a { background-color: #001CCD; }
a { background-color: rgb(0,28,205); }
div.DivClassName
{
background-color: #001CCD;
}
.BgClassName
{
background-color: #001CCD;
}
</style>
border-color css
<style>
span { border-color: #001CCD; }
span { border-color: rgb(0,28,205); }
td.TdClassName
{
border-color: #001CCD;
}
.TagClassName
{
border-color: #001CCD;
}
</style>