Shades of Medium Blue #001DC3
Tints of Medium Blue #001DC3
RGB
CMYK
RGB Variations
Color information
#001DC3 (or 0x001DC3) is known color: Medium Blue. HEX triplet: 00, 1D and C3. RGB value is (0,29,195). Sum of RGB (Red+Green+Blue) = 0+29+195=224 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 224); Green value is 29 (11.72% from 255 or 12.95% from 224); Blue value is 195 (76.56% from 255 or 87.05% from 224); Max value from RGB is 195 - color contains mainly: blue. Hex color #001DC3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001DC3 is #FFE23C. Grayscale: #262626. Windows color (decimal): -16769597 or 12786944. OLE color: 12786944.
HSL color Cylindrical-coordinate representation of color #001DC3: hue angle of 231.08º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001DC3 is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 29 | 195 | - |
| CMYK | 1 | 0.85 | 0 | 0.24 |
| HSL | 231.08º | 1% | 0.38% | - |
| HSV(B) | 231.08º | 1% | 0.76% | - |
| XYZ | 10.29 | 4.82 | 52.02 | - |
| YUV | 39.25 | 215.89 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 29 | 195 | 1 | 0.85 | 0 | 0.24 | 231.08 | 1 | 0.38 |
| Hex | 0 | 1D | C3 | 64 | 55 | 0 | 18 | E7 | 64 | 26 |
| Octal | 0 | 35 | 303 | 144 | 125 | 0 | 30 | 347 | 144 | 46 |
| Binary | 0 | 11101 | 11000011 | 1100100 | 1010101 | 0 | 11000 | 11100111 | 1100100 | 100110 |
Color Harmonies of #001DC3
Complementary color
Monochromatic Colors of #001DC3
Black with #001DC3
Text Example
Text Example
White with #001DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001DC3; }
p { color: rgb(0,29,195); }
H1.HeaderClassName
{
color: #001DC3;
}
.AnyTagClassName
{
color: #001DC3;
}
</style>
background-color css
<style>
a { background-color: #001DC3; }
a { background-color: rgb(0,29,195); }
div.DivClassName
{
background-color: #001DC3;
}
.BgClassName
{
background-color: #001DC3;
}
</style>
border-color css
<style>
span { border-color: #001DC3; }
span { border-color: rgb(0,29,195); }
td.TdClassName
{
border-color: #001DC3;
}
.TagClassName
{
border-color: #001DC3;
}
</style>