Shades of Ultramarine #0D1382
Tints of Ultramarine #0D1382
RGB
CMYK
RGB Variations
Color information
#0D1382 (or 0x0D1382) is known color: Ultramarine. HEX triplet: 0D, 13 and 82. RGB value is (13,19,130). Sum of RGB (Red+Green+Blue) = 13+19+130=162 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.02% from 162); Green value is 19 (7.81% from 255 or 11.73% from 162); Blue value is 130 (51.17% from 255 or 80.25% from 162); Max value from RGB is 130 - color contains mainly: blue. Hex color #0D1382 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D1382 is #F2EC7D. Grayscale: #1D1D1D. Windows color (decimal): -15920254 or 8524557. OLE color: 8524557.
HSL color Cylindrical-coordinate representation of color #0D1382: hue angle of 236.92º 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 #0D1382 is Cyan = 0.9, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 13 | 19 | 130 | - |
| CMYK | 0.9 | 0.85 | 0 | 0.49 |
| HSL | 236.92º | 0.82% | 0.28% | - |
| HSV(B) | 236.92º | 0.9% | 0.51% | - |
| XYZ | 4.43 | 2.16 | 21.3 | - |
| YUV | 29.86 | 184.51 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 19 | 130 | 0.9 | 0.85 | 0 | 0.49 | 236.92 | 0.82 | 0.28 |
| Hex | D | 13 | 82 | 5A | 55 | 0 | 31 | ED | 52 | 1C |
| Octal | 15 | 23 | 202 | 132 | 125 | 0 | 61 | 355 | 122 | 34 |
| Binary | 1101 | 10011 | 10000010 | 1011010 | 1010101 | 0 | 110001 | 11101101 | 1010010 | 11100 |
Color Harmonies of #0D1382
Complementary color
Monochromatic Colors of #0D1382
Black with #0D1382
Text Example
Text Example
White with #0D1382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1382; }
p { color: rgb(13,19,130); }
H1.HeaderClassName
{
color: #0D1382;
}
.AnyTagClassName
{
color: #0D1382;
}
</style>
background-color css
<style>
a { background-color: #0D1382; }
a { background-color: rgb(13,19,130); }
div.DivClassName
{
background-color: #0D1382;
}
.BgClassName
{
background-color: #0D1382;
}
</style>
border-color css
<style>
span { border-color: #0D1382; }
span { border-color: rgb(13,19,130); }
td.TdClassName
{
border-color: #0D1382;
}
.TagClassName
{
border-color: #0D1382;
}
</style>