Shades of Medium Blue #1D0ABC
Tints of Medium Blue #1D0ABC
RGB
CMYK
RGB Variations
Color information
#1D0ABC (or 0x1D0ABC) is known color: Medium Blue. HEX triplet: 1D, 0A and BC. RGB value is (29,10,188). Sum of RGB (Red+Green+Blue) = 29+10+188=227 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.78% from 227); Green value is 10 (4.30% from 255 or 4.41% from 227); Blue value is 188 (73.83% from 255 or 82.82% from 227); Max value from RGB is 188 - color contains mainly: blue. Hex color #1D0ABC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D0ABC is #E2F543. Grayscale: #232323. Windows color (decimal): -14873924 or 12323357. OLE color: 12323357.
HSL color Cylindrical-coordinate representation of color #1D0ABC: hue angle of 246.4º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1D0ABC is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 10 | 188 | - |
| CMYK | 0.85 | 0.95 | 0 | 0.26 |
| HSL | 246.4º | 0.9% | 0.39% | - |
| HSV(B) | 246.4º | 0.95% | 0.74% | - |
| XYZ | 9.69 | 4.11 | 47.86 | - |
| YUV | 35.97 | 213.79 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 10 | 188 | 0.85 | 0.95 | 0 | 0.26 | 246.4 | 0.9 | 0.39 |
| Hex | 1D | A | BC | 55 | 5F | 0 | 1A | F6 | 5A | 27 |
| Octal | 35 | 12 | 274 | 125 | 137 | 0 | 32 | 366 | 132 | 47 |
| Binary | 11101 | 1010 | 10111100 | 1010101 | 1011111 | 0 | 11010 | 11110110 | 1011010 | 100111 |
Color Harmonies of #1D0ABC
Complementary color
Monochromatic Colors of #1D0ABC
Black with #1D0ABC
Text Example
Text Example
White with #1D0ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0ABC; }
p { color: rgb(29,10,188); }
H1.HeaderClassName
{
color: #1D0ABC;
}
.AnyTagClassName
{
color: #1D0ABC;
}
</style>
background-color css
<style>
a { background-color: #1D0ABC; }
a { background-color: rgb(29,10,188); }
div.DivClassName
{
background-color: #1D0ABC;
}
.BgClassName
{
background-color: #1D0ABC;
}
</style>
border-color css
<style>
span { border-color: #1D0ABC; }
span { border-color: rgb(29,10,188); }
td.TdClassName
{
border-color: #1D0ABC;
}
.TagClassName
{
border-color: #1D0ABC;
}
</style>