Shades of Medium Blue #1D0ABB
Tints of Medium Blue #1D0ABB
RGB
CMYK
RGB Variations
Color information
#1D0ABB (or 0x1D0ABB) is known color: Medium Blue. HEX triplet: 1D, 0A and BB. RGB value is (29,10,187). Sum of RGB (Red+Green+Blue) = 29+10+187=226 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.83% from 226); Green value is 10 (4.30% from 255 or 4.42% from 226); Blue value is 187 (73.44% from 255 or 82.74% from 226); Max value from RGB is 187 - color contains mainly: blue. Hex color #1D0ABB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D0ABB is #E2F544. Grayscale: #232323. Windows color (decimal): -14873925 or 12257821. OLE color: 12257821.
HSL color Cylindrical-coordinate representation of color #1D0ABB: hue angle of 246.44º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1D0ABB is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 10 | 187 | - |
| CMYK | 0.84 | 0.95 | 0 | 0.27 |
| HSL | 246.44º | 0.9% | 0.39% | - |
| HSV(B) | 246.44º | 0.95% | 0.73% | - |
| XYZ | 9.58 | 4.07 | 47.29 | - |
| YUV | 35.86 | 213.29 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 10 | 187 | 0.84 | 0.95 | 0 | 0.27 | 246.44 | 0.9 | 0.39 |
| Hex | 1D | A | BB | 54 | 5F | 0 | 1B | F6 | 5A | 27 |
| Octal | 35 | 12 | 273 | 124 | 137 | 0 | 33 | 366 | 132 | 47 |
| Binary | 11101 | 1010 | 10111011 | 1010100 | 1011111 | 0 | 11011 | 11110110 | 1011010 | 100111 |
Color Harmonies of #1D0ABB
Complementary color
Monochromatic Colors of #1D0ABB
Black with #1D0ABB
Text Example
Text Example
White with #1D0ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0ABB; }
p { color: rgb(29,10,187); }
H1.HeaderClassName
{
color: #1D0ABB;
}
.AnyTagClassName
{
color: #1D0ABB;
}
</style>
background-color css
<style>
a { background-color: #1D0ABB; }
a { background-color: rgb(29,10,187); }
div.DivClassName
{
background-color: #1D0ABB;
}
.BgClassName
{
background-color: #1D0ABB;
}
</style>
border-color css
<style>
span { border-color: #1D0ABB; }
span { border-color: rgb(29,10,187); }
td.TdClassName
{
border-color: #1D0ABB;
}
.TagClassName
{
border-color: #1D0ABB;
}
</style>