Shades of Ultramarine #0D1987
Tints of Ultramarine #0D1987
RGB
CMYK
RGB Variations
Color information
#0D1987 (or 0x0D1987) is known color: Ultramarine. HEX triplet: 0D, 19 and 87. RGB value is (13,25,135). Sum of RGB (Red+Green+Blue) = 13+25+135=173 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.51% from 173); Green value is 25 (10.16% from 255 or 14.45% from 173); Blue value is 135 (53.12% from 255 or 78.03% from 173); Max value from RGB is 135 - color contains mainly: blue. Hex color #0D1987 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D1987 is #F2E678. Grayscale: #212121. Windows color (decimal): -15918713 or 8853773. OLE color: 8853773.
HSL color Cylindrical-coordinate representation of color #0D1987: hue angle of 234.1º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D1987 is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 13 | 25 | 135 | - |
| CMYK | 0.90 | 0.81 | 0 | 0.47 |
| HSL | 234.1º | 0.82% | 0.29% | - |
| HSV(B) | 234.1º | 0.9% | 0.53% | - |
| XYZ | 4.89 | 2.53 | 23.15 | - |
| YUV | 33.95 | 185.02 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 25 | 135 | 0.90 | 0.81 | 0 | 0.47 | 234.1 | 0.82 | 0.29 |
| Hex | D | 19 | 87 | 5A | 51 | 0 | 2F | EA | 52 | 1D |
| Octal | 15 | 31 | 207 | 132 | 121 | 0 | 57 | 352 | 122 | 35 |
| Binary | 1101 | 11001 | 10000111 | 1011010 | 1010001 | 0 | 101111 | 11101010 | 1010010 | 11101 |
Color Harmonies of #0D1987
Complementary color
Monochromatic Colors of #0D1987
Black with #0D1987
Text Example
Text Example
White with #0D1987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1987; }
p { color: rgb(13,25,135); }
H1.HeaderClassName
{
color: #0D1987;
}
.AnyTagClassName
{
color: #0D1987;
}
</style>
background-color css
<style>
a { background-color: #0D1987; }
a { background-color: rgb(13,25,135); }
div.DivClassName
{
background-color: #0D1987;
}
.BgClassName
{
background-color: #0D1987;
}
</style>
border-color css
<style>
span { border-color: #0D1987; }
span { border-color: rgb(13,25,135); }
td.TdClassName
{
border-color: #0D1987;
}
.TagClassName
{
border-color: #0D1987;
}
</style>