Shades of Medium Blue #001DC5
Tints of Medium Blue #001DC5
RGB
CMYK
RGB Variations
Color information
#001DC5 (or 0x001DC5) is known color: Medium Blue. HEX triplet: 00, 1D and C5. RGB value is (0,29,197). Sum of RGB (Red+Green+Blue) = 0+29+197=226 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 226); Green value is 29 (11.72% from 255 or 12.83% from 226); Blue value is 197 (77.34% from 255 or 87.17% from 226); Max value from RGB is 197 - color contains mainly: blue. Hex color #001DC5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001DC5 is #FFE23A. Grayscale: #262626. Windows color (decimal): -16769595 or 12918016. OLE color: 12918016.
HSL color Cylindrical-coordinate representation of color #001DC5: hue angle of 231.17º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001DC5 is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 0 | 29 | 197 | - |
| CMYK | 1 | 0.85 | 0 | 0.23 |
| HSL | 231.17º | 1% | 0.39% | - |
| HSV(B) | 231.17º | 1% | 0.77% | - |
| XYZ | 10.52 | 4.91 | 53.22 | - |
| YUV | 39.48 | 216.89 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 29 | 197 | 1 | 0.85 | 0 | 0.23 | 231.17 | 1 | 0.39 |
| Hex | 0 | 1D | C5 | 64 | 55 | 0 | 17 | E7 | 64 | 27 |
| Octal | 0 | 35 | 305 | 144 | 125 | 0 | 27 | 347 | 144 | 47 |
| Binary | 0 | 11101 | 11000101 | 1100100 | 1010101 | 0 | 10111 | 11100111 | 1100100 | 100111 |
Color Harmonies of #001DC5
Complementary color
Monochromatic Colors of #001DC5
Black with #001DC5
Text Example
Text Example
White with #001DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001DC5; }
p { color: rgb(0,29,197); }
H1.HeaderClassName
{
color: #001DC5;
}
.AnyTagClassName
{
color: #001DC5;
}
</style>
background-color css
<style>
a { background-color: #001DC5; }
a { background-color: rgb(0,29,197); }
div.DivClassName
{
background-color: #001DC5;
}
.BgClassName
{
background-color: #001DC5;
}
</style>
border-color css
<style>
span { border-color: #001DC5; }
span { border-color: rgb(0,29,197); }
td.TdClassName
{
border-color: #001DC5;
}
.TagClassName
{
border-color: #001DC5;
}
</style>