Shades of Medium Blue #001FCD
Tints of Medium Blue #001FCD
RGB
CMYK
RGB Variations
Color information
#001FCD (or 0x001FCD) is known color: Medium Blue. HEX triplet: 00, 1F and CD. RGB value is (0,31,205). Sum of RGB (Red+Green+Blue) = 0+31+205=236 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 236); Green value is 31 (12.5% from 255 or 13.14% from 236); Blue value is 205 (80.47% from 255 or 86.86% from 236); Max value from RGB is 205 - color contains mainly: blue. Hex color #001FCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001FCD is #FFE032. Grayscale: #282828. Windows color (decimal): -16769075 or 13442816. OLE color: 13442816.
HSL color Cylindrical-coordinate representation of color #001FCD: hue angle of 230.93º 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 #001FCD is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 31 | 205 | - |
| CMYK | 1 | 0.85 | 0 | 0.20 |
| HSL | 230.93º | 1% | 0.4% | - |
| HSV(B) | 230.93º | 1% | 0.8% | - |
| XYZ | 11.51 | 5.39 | 58.19 | - |
| YUV | 41.57 | 220.23 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 31 | 205 | 1 | 0.85 | 0 | 0.20 | 230.93 | 1 | 0.4 |
| Hex | 0 | 1F | CD | 64 | 55 | 0 | 14 | E7 | 64 | 28 |
| Octal | 0 | 37 | 315 | 144 | 125 | 0 | 24 | 347 | 144 | 50 |
| Binary | 0 | 11111 | 11001101 | 1100100 | 1010101 | 0 | 10100 | 11100111 | 1100100 | 101000 |
Color Harmonies of #001FCD
Complementary color
Monochromatic Colors of #001FCD
Black with #001FCD
Text Example
Text Example
White with #001FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001FCD; }
p { color: rgb(0,31,205); }
H1.HeaderClassName
{
color: #001FCD;
}
.AnyTagClassName
{
color: #001FCD;
}
</style>
background-color css
<style>
a { background-color: #001FCD; }
a { background-color: rgb(0,31,205); }
div.DivClassName
{
background-color: #001FCD;
}
.BgClassName
{
background-color: #001FCD;
}
</style>
border-color css
<style>
span { border-color: #001FCD; }
span { border-color: rgb(0,31,205); }
td.TdClassName
{
border-color: #001FCD;
}
.TagClassName
{
border-color: #001FCD;
}
</style>