Shades of Ultramarine #1D12B5
Tints of Ultramarine #1D12B5
RGB
CMYK
RGB Variations
Color information
#1D12B5 (or 0x1D12B5) is known color: Ultramarine. HEX triplet: 1D, 12 and B5. RGB value is (29,18,181). Sum of RGB (Red+Green+Blue) = 29+18+181=228 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.72% from 228); Green value is 18 (7.42% from 255 or 7.89% from 228); Blue value is 181 (71.09% from 255 or 79.39% from 228); Max value from RGB is 181 - color contains mainly: blue. Hex color #1D12B5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D12B5 is #E2ED4A. Grayscale: #272727. Windows color (decimal): -14871883 or 11866653. OLE color: 11866653.
HSL color Cylindrical-coordinate representation of color #1D12B5: hue angle of 244.05º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1D12B5 is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 18 | 181 | - |
| CMYK | 0.84 | 0.90 | 0 | 0.29 |
| HSL | 244.05º | 0.82% | 0.39% | - |
| HSV(B) | 244.05º | 0.9% | 0.71% | - |
| XYZ | 9.06 | 4.03 | 44.02 | - |
| YUV | 39.87 | 207.64 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 18 | 181 | 0.84 | 0.90 | 0 | 0.29 | 244.05 | 0.82 | 0.39 |
| Hex | 1D | 12 | B5 | 54 | 5A | 0 | 1D | F4 | 52 | 27 |
| Octal | 35 | 22 | 265 | 124 | 132 | 0 | 35 | 364 | 122 | 47 |
| Binary | 11101 | 10010 | 10110101 | 1010100 | 1011010 | 0 | 11101 | 11110100 | 1010010 | 100111 |
Color Harmonies of #1D12B5
Complementary color
Monochromatic Colors of #1D12B5
Black with #1D12B5
Text Example
Text Example
White with #1D12B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D12B5; }
p { color: rgb(29,18,181); }
H1.HeaderClassName
{
color: #1D12B5;
}
.AnyTagClassName
{
color: #1D12B5;
}
</style>
background-color css
<style>
a { background-color: #1D12B5; }
a { background-color: rgb(29,18,181); }
div.DivClassName
{
background-color: #1D12B5;
}
.BgClassName
{
background-color: #1D12B5;
}
</style>
border-color css
<style>
span { border-color: #1D12B5; }
span { border-color: rgb(29,18,181); }
td.TdClassName
{
border-color: #1D12B5;
}
.TagClassName
{
border-color: #1D12B5;
}
</style>