Shades of Ultramarine #0D1D90
Tints of Ultramarine #0D1D90
RGB
CMYK
RGB Variations
Color information
#0D1D90 (or 0x0D1D90) is known color: Ultramarine. HEX triplet: 0D, 1D and 90. RGB value is (13,29,144). Sum of RGB (Red+Green+Blue) = 13+29+144=186 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.99% from 186); Green value is 29 (11.72% from 255 or 15.59% from 186); Blue value is 144 (56.64% from 255 or 77.42% from 186); Max value from RGB is 144 - color contains mainly: blue. Hex color #0D1D90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D1D90 is #F2E26F. Grayscale: #242424. Windows color (decimal): -15917680 or 9444621. OLE color: 9444621.
HSL color Cylindrical-coordinate representation of color #0D1D90: hue angle of 232.67º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D1D90 is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 13 | 29 | 144 | - |
| CMYK | 0.91 | 0.80 | 0 | 0.44 |
| HSL | 232.67º | 0.83% | 0.31% | - |
| HSV(B) | 232.67º | 0.91% | 0.56% | - |
| XYZ | 5.64 | 2.98 | 26.66 | - |
| YUV | 37.33 | 188.2 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 29 | 144 | 0.91 | 0.80 | 0 | 0.44 | 232.67 | 0.83 | 0.31 |
| Hex | D | 1D | 90 | 5B | 50 | 0 | 2C | E9 | 53 | 1F |
| Octal | 15 | 35 | 220 | 133 | 120 | 0 | 54 | 351 | 123 | 37 |
| Binary | 1101 | 11101 | 10010000 | 1011011 | 1010000 | 0 | 101100 | 11101001 | 1010011 | 11111 |
Color Harmonies of #0D1D90
Complementary color
Monochromatic Colors of #0D1D90
Black with #0D1D90
Text Example
Text Example
White with #0D1D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1D90; }
p { color: rgb(13,29,144); }
H1.HeaderClassName
{
color: #0D1D90;
}
.AnyTagClassName
{
color: #0D1D90;
}
</style>
background-color css
<style>
a { background-color: #0D1D90; }
a { background-color: rgb(13,29,144); }
div.DivClassName
{
background-color: #0D1D90;
}
.BgClassName
{
background-color: #0D1D90;
}
</style>
border-color css
<style>
span { border-color: #0D1D90; }
span { border-color: rgb(13,29,144); }
td.TdClassName
{
border-color: #0D1D90;
}
.TagClassName
{
border-color: #0D1D90;
}
</style>