Shades of Ultramarine #0D1581
Tints of Ultramarine #0D1581
RGB
CMYK
RGB Variations
Color information
#0D1581 (or 0x0D1581) is known color: Ultramarine. HEX triplet: 0D, 15 and 81. RGB value is (13,21,129). Sum of RGB (Red+Green+Blue) = 13+21+129=163 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.98% from 163); Green value is 21 (8.59% from 255 or 12.88% from 163); Blue value is 129 (50.78% from 255 or 79.14% from 163); Max value from RGB is 129 - color contains mainly: blue. Hex color #0D1581 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D1581 is #F2EA7E. Grayscale: #1E1E1E. Windows color (decimal): -15919743 or 8459533. OLE color: 8459533.
HSL color Cylindrical-coordinate representation of color #0D1581: hue angle of 235.86º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D1581 is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 13 | 21 | 129 | - |
| CMYK | 0.90 | 0.84 | 0 | 0.49 |
| HSL | 235.86º | 0.82% | 0.28% | - |
| HSV(B) | 235.86º | 0.9% | 0.51% | - |
| XYZ | 4.4 | 2.21 | 20.96 | - |
| YUV | 30.92 | 183.35 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 21 | 129 | 0.90 | 0.84 | 0 | 0.49 | 235.86 | 0.82 | 0.28 |
| Hex | D | 15 | 81 | 5A | 54 | 0 | 31 | EC | 52 | 1C |
| Octal | 15 | 25 | 201 | 132 | 124 | 0 | 61 | 354 | 122 | 34 |
| Binary | 1101 | 10101 | 10000001 | 1011010 | 1010100 | 0 | 110001 | 11101100 | 1010010 | 11100 |
Color Harmonies of #0D1581
Complementary color
Monochromatic Colors of #0D1581
Black with #0D1581
Text Example
Text Example
White with #0D1581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1581; }
p { color: rgb(13,21,129); }
H1.HeaderClassName
{
color: #0D1581;
}
.AnyTagClassName
{
color: #0D1581;
}
</style>
background-color css
<style>
a { background-color: #0D1581; }
a { background-color: rgb(13,21,129); }
div.DivClassName
{
background-color: #0D1581;
}
.BgClassName
{
background-color: #0D1581;
}
</style>
border-color css
<style>
span { border-color: #0D1581; }
span { border-color: rgb(13,21,129); }
td.TdClassName
{
border-color: #0D1581;
}
.TagClassName
{
border-color: #0D1581;
}
</style>