Shades of Medium Blue #1D12B7
Tints of Medium Blue #1D12B7
RGB
CMYK
RGB Variations
Color information
#1D12B7 (or 0x1D12B7) is known color: Medium Blue. HEX triplet: 1D, 12 and B7. RGB value is (29,18,183). Sum of RGB (Red+Green+Blue) = 29+18+183=230 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.61% from 230); Green value is 18 (7.42% from 255 or 7.83% from 230); Blue value is 183 (71.88% from 255 or 79.57% from 230); Max value from RGB is 183 - color contains mainly: blue. Hex color #1D12B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D12B7 is #E2ED48. Grayscale: #272727. Windows color (decimal): -14871881 or 11997725. OLE color: 11997725.
HSL color Cylindrical-coordinate representation of color #1D12B7: hue angle of 244º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1D12B7 is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 29 | 18 | 183 | - |
| CMYK | 0.84 | 0.90 | 0 | 0.28 |
| HSL | 244º | 0.82% | 0.39% | - |
| HSV(B) | 244º | 0.9% | 0.72% | - |
| XYZ | 9.27 | 4.11 | 45.1 | - |
| YUV | 40.1 | 208.64 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 18 | 183 | 0.84 | 0.90 | 0 | 0.28 | 244 | 0.82 | 0.39 |
| Hex | 1D | 12 | B7 | 54 | 5A | 0 | 1C | F4 | 52 | 27 |
| Octal | 35 | 22 | 267 | 124 | 132 | 0 | 34 | 364 | 122 | 47 |
| Binary | 11101 | 10010 | 10110111 | 1010100 | 1011010 | 0 | 11100 | 11110100 | 1010010 | 100111 |
Color Harmonies of #1D12B7
Complementary color
Monochromatic Colors of #1D12B7
Black with #1D12B7
Text Example
Text Example
White with #1D12B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D12B7; }
p { color: rgb(29,18,183); }
H1.HeaderClassName
{
color: #1D12B7;
}
.AnyTagClassName
{
color: #1D12B7;
}
</style>
background-color css
<style>
a { background-color: #1D12B7; }
a { background-color: rgb(29,18,183); }
div.DivClassName
{
background-color: #1D12B7;
}
.BgClassName
{
background-color: #1D12B7;
}
</style>
border-color css
<style>
span { border-color: #1D12B7; }
span { border-color: rgb(29,18,183); }
td.TdClassName
{
border-color: #1D12B7;
}
.TagClassName
{
border-color: #1D12B7;
}
</style>