Shades of Medium Blue #1D0CC1
Tints of Medium Blue #1D0CC1
RGB
CMYK
RGB Variations
Color information
#1D0CC1 (or 0x1D0CC1) is known color: Medium Blue. HEX triplet: 1D, 0C and C1. RGB value is (29,12,193). Sum of RGB (Red+Green+Blue) = 29+12+193=234 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.39% from 234); Green value is 12 (5.08% from 255 or 5.13% from 234); Blue value is 193 (75.78% from 255 or 82.48% from 234); Max value from RGB is 193 - color contains mainly: blue. Hex color #1D0CC1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D0CC1 is #E2F33E. Grayscale: #252525. Windows color (decimal): -14873407 or 12651549. OLE color: 12651549.
HSL color Cylindrical-coordinate representation of color #1D0CC1: hue angle of 245.64º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1D0CC1 is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 12 | 193 | - |
| CMYK | 0.85 | 0.94 | 0 | 0.24 |
| HSL | 245.64º | 0.88% | 0.4% | - |
| HSV(B) | 245.64º | 0.94% | 0.76% | - |
| XYZ | 10.26 | 4.37 | 50.76 | - |
| YUV | 37.72 | 215.63 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 12 | 193 | 0.85 | 0.94 | 0 | 0.24 | 245.64 | 0.88 | 0.4 |
| Hex | 1D | C | C1 | 55 | 5E | 0 | 18 | F6 | 58 | 28 |
| Octal | 35 | 14 | 301 | 125 | 136 | 0 | 30 | 366 | 130 | 50 |
| Binary | 11101 | 1100 | 11000001 | 1010101 | 1011110 | 0 | 11000 | 11110110 | 1011000 | 101000 |
Color Harmonies of #1D0CC1
Complementary color
Monochromatic Colors of #1D0CC1
Black with #1D0CC1
Text Example
Text Example
White with #1D0CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0CC1; }
p { color: rgb(29,12,193); }
H1.HeaderClassName
{
color: #1D0CC1;
}
.AnyTagClassName
{
color: #1D0CC1;
}
</style>
background-color css
<style>
a { background-color: #1D0CC1; }
a { background-color: rgb(29,12,193); }
div.DivClassName
{
background-color: #1D0CC1;
}
.BgClassName
{
background-color: #1D0CC1;
}
</style>
border-color css
<style>
span { border-color: #1D0CC1; }
span { border-color: rgb(29,12,193); }
td.TdClassName
{
border-color: #1D0CC1;
}
.TagClassName
{
border-color: #1D0CC1;
}
</style>