Shades of Medium Blue #001DC9
Tints of Medium Blue #001DC9
RGB
CMYK
RGB Variations
Color information
#001DC9 (or 0x001DC9) is known color: Medium Blue. HEX triplet: 00, 1D and C9. RGB value is (0,29,201). Sum of RGB (Red+Green+Blue) = 0+29+201=230 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 230); Green value is 29 (11.72% from 255 or 12.61% from 230); Blue value is 201 (78.91% from 255 or 87.39% from 230); Max value from RGB is 201 - color contains mainly: blue. Hex color #001DC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001DC9 is #FFE236. Grayscale: #272727. Windows color (decimal): -16769591 or 13180160. OLE color: 13180160.
HSL color Cylindrical-coordinate representation of color #001DC9: hue angle of 231.34º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001DC9 is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 29 | 201 | - |
| CMYK | 1 | 0.86 | 0 | 0.21 |
| HSL | 231.34º | 1% | 0.39% | - |
| HSV(B) | 231.34º | 1% | 0.79% | - |
| XYZ | 10.98 | 5.1 | 55.66 | - |
| YUV | 39.94 | 218.89 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 29 | 201 | 1 | 0.86 | 0 | 0.21 | 231.34 | 1 | 0.39 |
| Hex | 0 | 1D | C9 | 64 | 56 | 0 | 15 | E7 | 64 | 27 |
| Octal | 0 | 35 | 311 | 144 | 126 | 0 | 25 | 347 | 144 | 47 |
| Binary | 0 | 11101 | 11001001 | 1100100 | 1010110 | 0 | 10101 | 11100111 | 1100100 | 100111 |
Color Harmonies of #001DC9
Complementary color
Monochromatic Colors of #001DC9
Black with #001DC9
Text Example
Text Example
White with #001DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001DC9; }
p { color: rgb(0,29,201); }
H1.HeaderClassName
{
color: #001DC9;
}
.AnyTagClassName
{
color: #001DC9;
}
</style>
background-color css
<style>
a { background-color: #001DC9; }
a { background-color: rgb(0,29,201); }
div.DivClassName
{
background-color: #001DC9;
}
.BgClassName
{
background-color: #001DC9;
}
</style>
border-color css
<style>
span { border-color: #001DC9; }
span { border-color: rgb(0,29,201); }
td.TdClassName
{
border-color: #001DC9;
}
.TagClassName
{
border-color: #001DC9;
}
</style>