Shades of Ultramarine #0D1293
Tints of Ultramarine #0D1293
RGB
CMYK
RGB Variations
Color information
#0D1293 (or 0x0D1293) is known color: Ultramarine. HEX triplet: 0D, 12 and 93. RGB value is (13,18,147). Sum of RGB (Red+Green+Blue) = 13+18+147=178 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.30% from 178); Green value is 18 (7.42% from 255 or 10.11% from 178); Blue value is 147 (57.81% from 255 or 82.58% from 178); Max value from RGB is 147 - color contains mainly: blue. Hex color #0D1293 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D1293 is #F2ED6C. Grayscale: #1E1E1E. Windows color (decimal): -15920493 or 9638413. OLE color: 9638413.
HSL color Cylindrical-coordinate representation of color #0D1293: hue angle of 237.76º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D1293 is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 18 | 147 | - |
| CMYK | 0.91 | 0.88 | 0 | 0.42 |
| HSL | 237.76º | 0.84% | 0.31% | - |
| HSV(B) | 237.76º | 0.91% | 0.58% | - |
| XYZ | 5.65 | 2.62 | 27.81 | - |
| YUV | 31.21 | 193.34 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 18 | 147 | 0.91 | 0.88 | 0 | 0.42 | 237.76 | 0.84 | 0.31 |
| Hex | D | 12 | 93 | 5B | 58 | 0 | 2A | EE | 54 | 1F |
| Octal | 15 | 22 | 223 | 133 | 130 | 0 | 52 | 356 | 124 | 37 |
| Binary | 1101 | 10010 | 10010011 | 1011011 | 1011000 | 0 | 101010 | 11101110 | 1010100 | 11111 |
Color Harmonies of #0D1293
Complementary color
Monochromatic Colors of #0D1293
Black with #0D1293
Text Example
Text Example
White with #0D1293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1293; }
p { color: rgb(13,18,147); }
H1.HeaderClassName
{
color: #0D1293;
}
.AnyTagClassName
{
color: #0D1293;
}
</style>
background-color css
<style>
a { background-color: #0D1293; }
a { background-color: rgb(13,18,147); }
div.DivClassName
{
background-color: #0D1293;
}
.BgClassName
{
background-color: #0D1293;
}
</style>
border-color css
<style>
span { border-color: #0D1293; }
span { border-color: rgb(13,18,147); }
td.TdClassName
{
border-color: #0D1293;
}
.TagClassName
{
border-color: #0D1293;
}
</style>