Shades of Medium Blue #1D0ABE
Tints of Medium Blue #1D0ABE
RGB
CMYK
RGB Variations
Color information
#1D0ABE (or 0x1D0ABE) is known color: Medium Blue. HEX triplet: 1D, 0A and BE. RGB value is (29,10,190). Sum of RGB (Red+Green+Blue) = 29+10+190=229 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.66% from 229); Green value is 10 (4.30% from 255 or 4.37% from 229); Blue value is 190 (74.61% from 255 or 82.97% from 229); Max value from RGB is 190 - color contains mainly: blue. Hex color #1D0ABE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D0ABE is #E2F541. Grayscale: #232323. Windows color (decimal): -14873922 or 12454429. OLE color: 12454429.
HSL color Cylindrical-coordinate representation of color #1D0ABE: hue angle of 246.33º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1D0ABE is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 10 | 190 | - |
| CMYK | 0.85 | 0.95 | 0 | 0.25 |
| HSL | 246.33º | 0.9% | 0.39% | - |
| HSV(B) | 246.33º | 0.95% | 0.75% | - |
| XYZ | 9.91 | 4.2 | 49 | - |
| YUV | 36.2 | 214.79 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 10 | 190 | 0.85 | 0.95 | 0 | 0.25 | 246.33 | 0.9 | 0.39 |
| Hex | 1D | A | BE | 55 | 5F | 0 | 19 | F6 | 5A | 27 |
| Octal | 35 | 12 | 276 | 125 | 137 | 0 | 31 | 366 | 132 | 47 |
| Binary | 11101 | 1010 | 10111110 | 1010101 | 1011111 | 0 | 11001 | 11110110 | 1011010 | 100111 |
Color Harmonies of #1D0ABE
Complementary color
Monochromatic Colors of #1D0ABE
Black with #1D0ABE
Text Example
Text Example
White with #1D0ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0ABE; }
p { color: rgb(29,10,190); }
H1.HeaderClassName
{
color: #1D0ABE;
}
.AnyTagClassName
{
color: #1D0ABE;
}
</style>
background-color css
<style>
a { background-color: #1D0ABE; }
a { background-color: rgb(29,10,190); }
div.DivClassName
{
background-color: #1D0ABE;
}
.BgClassName
{
background-color: #1D0ABE;
}
</style>
border-color css
<style>
span { border-color: #1D0ABE; }
span { border-color: rgb(29,10,190); }
td.TdClassName
{
border-color: #1D0ABE;
}
.TagClassName
{
border-color: #1D0ABE;
}
</style>