Shades of Ultramarine #0D1893
Tints of Ultramarine #0D1893
RGB
CMYK
RGB Variations
Color information
#0D1893 (or 0x0D1893) is known color: Ultramarine. HEX triplet: 0D, 18 and 93. RGB value is (13,24,147). Sum of RGB (Red+Green+Blue) = 13+24+147=184 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.07% from 184); Green value is 24 (9.77% from 255 or 13.04% from 184); Blue value is 147 (57.81% from 255 or 79.89% from 184); Max value from RGB is 147 - color contains mainly: blue. Hex color #0D1893 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D1893 is #F2E76C. Grayscale: #222222. Windows color (decimal): -15918957 or 9639949. OLE color: 9639949.
HSL color Cylindrical-coordinate representation of color #0D1893: hue angle of 235.07º 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 #0D1893 is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 24 | 147 | - |
| CMYK | 0.91 | 0.84 | 0 | 0.42 |
| HSL | 235.07º | 0.84% | 0.31% | - |
| HSV(B) | 235.07º | 0.91% | 0.58% | - |
| XYZ | 5.76 | 2.85 | 27.85 | - |
| YUV | 34.73 | 191.36 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 24 | 147 | 0.91 | 0.84 | 0 | 0.42 | 235.07 | 0.84 | 0.31 |
| Hex | D | 18 | 93 | 5B | 54 | 0 | 2A | EB | 54 | 1F |
| Octal | 15 | 30 | 223 | 133 | 124 | 0 | 52 | 353 | 124 | 37 |
| Binary | 1101 | 11000 | 10010011 | 1011011 | 1010100 | 0 | 101010 | 11101011 | 1010100 | 11111 |
Color Harmonies of #0D1893
Complementary color
Monochromatic Colors of #0D1893
Black with #0D1893
Text Example
Text Example
White with #0D1893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1893; }
p { color: rgb(13,24,147); }
H1.HeaderClassName
{
color: #0D1893;
}
.AnyTagClassName
{
color: #0D1893;
}
</style>
background-color css
<style>
a { background-color: #0D1893; }
a { background-color: rgb(13,24,147); }
div.DivClassName
{
background-color: #0D1893;
}
.BgClassName
{
background-color: #0D1893;
}
</style>
border-color css
<style>
span { border-color: #0D1893; }
span { border-color: rgb(13,24,147); }
td.TdClassName
{
border-color: #0D1893;
}
.TagClassName
{
border-color: #0D1893;
}
</style>