Shades of Ultramarine #0D1799
Tints of Ultramarine #0D1799
RGB
CMYK
RGB Variations
Color information
#0D1799 (or 0x0D1799) is known color: Ultramarine. HEX triplet: 0D, 17 and 99. RGB value is (13,23,153). Sum of RGB (Red+Green+Blue) = 13+23+153=189 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.88% from 189); Green value is 23 (9.38% from 255 or 12.17% from 189); Blue value is 153 (60.16% from 255 or 80.95% from 189); Max value from RGB is 153 - color contains mainly: blue. Hex color #0D1799 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D1799 is #F2E866. Grayscale: #222222. Windows color (decimal): -15919207 or 10032909. OLE color: 10032909.
HSL color Cylindrical-coordinate representation of color #0D1799: hue angle of 235.71º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D1799 is Cyan = 0.92, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 13 | 23 | 153 | - |
| CMYK | 0.92 | 0.85 | 0 | 0.4 |
| HSL | 235.71º | 0.84% | 0.33% | - |
| HSV(B) | 235.71º | 0.92% | 0.6% | - |
| XYZ | 6.22 | 3 | 30.39 | - |
| YUV | 34.83 | 194.69 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 23 | 153 | 0.92 | 0.85 | 0 | 0.4 | 235.71 | 0.84 | 0.33 |
| Hex | D | 17 | 99 | 5C | 55 | 0 | 28 | EC | 54 | 21 |
| Octal | 15 | 27 | 231 | 134 | 125 | 0 | 50 | 354 | 124 | 41 |
| Binary | 1101 | 10111 | 10011001 | 1011100 | 1010101 | 0 | 101000 | 11101100 | 1010100 | 100001 |
Color Harmonies of #0D1799
Complementary color
Monochromatic Colors of #0D1799
Black with #0D1799
Text Example
Text Example
White with #0D1799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1799; }
p { color: rgb(13,23,153); }
H1.HeaderClassName
{
color: #0D1799;
}
.AnyTagClassName
{
color: #0D1799;
}
</style>
background-color css
<style>
a { background-color: #0D1799; }
a { background-color: rgb(13,23,153); }
div.DivClassName
{
background-color: #0D1799;
}
.BgClassName
{
background-color: #0D1799;
}
</style>
border-color css
<style>
span { border-color: #0D1799; }
span { border-color: rgb(13,23,153); }
td.TdClassName
{
border-color: #0D1799;
}
.TagClassName
{
border-color: #0D1799;
}
</style>