Shades of Ultramarine #0D1D87
Tints of Ultramarine #0D1D87
RGB
CMYK
RGB Variations
Color information
#0D1D87 (or 0x0D1D87) is known color: Ultramarine. HEX triplet: 0D, 1D and 87. RGB value is (13,29,135). Sum of RGB (Red+Green+Blue) = 13+29+135=177 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.34% from 177); Green value is 29 (11.72% from 255 or 16.38% from 177); Blue value is 135 (53.12% from 255 or 76.27% from 177); Max value from RGB is 135 - color contains mainly: blue. Hex color #0D1D87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D1D87 is #F2E278. Grayscale: #232323. Windows color (decimal): -15917689 or 8854797. OLE color: 8854797.
HSL color Cylindrical-coordinate representation of color #0D1D87: hue angle of 232.13º 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 #0D1D87 is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 13 | 29 | 135 | - |
| CMYK | 0.90 | 0.79 | 0 | 0.47 |
| HSL | 232.13º | 0.82% | 0.29% | - |
| HSV(B) | 232.13º | 0.9% | 0.53% | - |
| XYZ | 4.98 | 2.71 | 23.18 | - |
| YUV | 36.3 | 183.7 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 29 | 135 | 0.90 | 0.79 | 0 | 0.47 | 232.13 | 0.82 | 0.29 |
| Hex | D | 1D | 87 | 5A | 4F | 0 | 2F | E8 | 52 | 1D |
| Octal | 15 | 35 | 207 | 132 | 117 | 0 | 57 | 350 | 122 | 35 |
| Binary | 1101 | 11101 | 10000111 | 1011010 | 1001111 | 0 | 101111 | 11101000 | 1010010 | 11101 |
Color Harmonies of #0D1D87
Complementary color
Monochromatic Colors of #0D1D87
Black with #0D1D87
Text Example
Text Example
White with #0D1D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1D87; }
p { color: rgb(13,29,135); }
H1.HeaderClassName
{
color: #0D1D87;
}
.AnyTagClassName
{
color: #0D1D87;
}
</style>
background-color css
<style>
a { background-color: #0D1D87; }
a { background-color: rgb(13,29,135); }
div.DivClassName
{
background-color: #0D1D87;
}
.BgClassName
{
background-color: #0D1D87;
}
</style>
border-color css
<style>
span { border-color: #0D1D87; }
span { border-color: rgb(13,29,135); }
td.TdClassName
{
border-color: #0D1D87;
}
.TagClassName
{
border-color: #0D1D87;
}
</style>