Shades of Ultramarine #0D1396
Tints of Ultramarine #0D1396
RGB
CMYK
RGB Variations
Color information
#0D1396 (or 0x0D1396) is known color: Ultramarine. HEX triplet: 0D, 13 and 96. RGB value is (13,19,150). Sum of RGB (Red+Green+Blue) = 13+19+150=182 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.14% from 182); Green value is 19 (7.81% from 255 or 10.44% from 182); Blue value is 150 (58.98% from 255 or 82.42% from 182); Max value from RGB is 150 - color contains mainly: blue. Hex color #0D1396 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D1396 is #F2EC69. Grayscale: #1F1F1F. Windows color (decimal): -15920234 or 9835277. OLE color: 9835277.
HSL color Cylindrical-coordinate representation of color #0D1396: hue angle of 237.37º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D1396 is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 13 | 19 | 150 | - |
| CMYK | 0.91 | 0.87 | 0 | 0.41 |
| HSL | 237.37º | 0.84% | 0.32% | - |
| HSV(B) | 237.37º | 0.91% | 0.59% | - |
| XYZ | 5.9 | 2.75 | 29.07 | - |
| YUV | 32.14 | 194.51 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 19 | 150 | 0.91 | 0.87 | 0 | 0.41 | 237.37 | 0.84 | 0.32 |
| Hex | D | 13 | 96 | 5B | 57 | 0 | 29 | ED | 54 | 20 |
| Octal | 15 | 23 | 226 | 133 | 127 | 0 | 51 | 355 | 124 | 40 |
| Binary | 1101 | 10011 | 10010110 | 1011011 | 1010111 | 0 | 101001 | 11101101 | 1010100 | 100000 |
Color Harmonies of #0D1396
Complementary color
Monochromatic Colors of #0D1396
Black with #0D1396
Text Example
Text Example
White with #0D1396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1396; }
p { color: rgb(13,19,150); }
H1.HeaderClassName
{
color: #0D1396;
}
.AnyTagClassName
{
color: #0D1396;
}
</style>
background-color css
<style>
a { background-color: #0D1396; }
a { background-color: rgb(13,19,150); }
div.DivClassName
{
background-color: #0D1396;
}
.BgClassName
{
background-color: #0D1396;
}
</style>
border-color css
<style>
span { border-color: #0D1396; }
span { border-color: rgb(13,19,150); }
td.TdClassName
{
border-color: #0D1396;
}
.TagClassName
{
border-color: #0D1396;
}
</style>