Shades of Ultramarine #0D1F87
Tints of Ultramarine #0D1F87
RGB
CMYK
RGB Variations
Color information
#0D1F87 (or 0x0D1F87) is known color: Ultramarine. HEX triplet: 0D, 1F and 87. RGB value is (13,31,135). Sum of RGB (Red+Green+Blue) = 13+31+135=179 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.26% from 179); Green value is 31 (12.5% from 255 or 17.32% from 179); Blue value is 135 (53.12% from 255 or 75.42% from 179); Max value from RGB is 135 - color contains mainly: blue. Hex color #0D1F87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D1F87 is #F2E078. Grayscale: #252525. Windows color (decimal): -15917177 or 8855309. OLE color: 8855309.
HSL color Cylindrical-coordinate representation of color #0D1F87: hue angle of 231.15º 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 #0D1F87 is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 13 | 31 | 135 | - |
| CMYK | 0.90 | 0.77 | 0 | 0.47 |
| HSL | 231.15º | 0.82% | 0.29% | - |
| HSV(B) | 231.15º | 0.9% | 0.53% | - |
| XYZ | 5.03 | 2.81 | 23.2 | - |
| YUV | 37.47 | 183.04 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 31 | 135 | 0.90 | 0.77 | 0 | 0.47 | 231.15 | 0.82 | 0.29 |
| Hex | D | 1F | 87 | 5A | 4D | 0 | 2F | E7 | 52 | 1D |
| Octal | 15 | 37 | 207 | 132 | 115 | 0 | 57 | 347 | 122 | 35 |
| Binary | 1101 | 11111 | 10000111 | 1011010 | 1001101 | 0 | 101111 | 11100111 | 1010010 | 11101 |
Color Harmonies of #0D1F87
Complementary color
Monochromatic Colors of #0D1F87
Black with #0D1F87
Text Example
Text Example
White with #0D1F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1F87; }
p { color: rgb(13,31,135); }
H1.HeaderClassName
{
color: #0D1F87;
}
.AnyTagClassName
{
color: #0D1F87;
}
</style>
background-color css
<style>
a { background-color: #0D1F87; }
a { background-color: rgb(13,31,135); }
div.DivClassName
{
background-color: #0D1F87;
}
.BgClassName
{
background-color: #0D1F87;
}
</style>
border-color css
<style>
span { border-color: #0D1F87; }
span { border-color: rgb(13,31,135); }
td.TdClassName
{
border-color: #0D1F87;
}
.TagClassName
{
border-color: #0D1F87;
}
</style>