Shades of Ultramarine #0D1999
Tints of Ultramarine #0D1999
RGB
CMYK
RGB Variations
Color information
#0D1999 (or 0x0D1999) is known color: Ultramarine. HEX triplet: 0D, 19 and 99. RGB value is (13,25,153). Sum of RGB (Red+Green+Blue) = 13+25+153=191 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.81% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 153 (60.16% from 255 or 80.10% from 191); Max value from RGB is 153 - color contains mainly: blue. Hex color #0D1999 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D1999 is #F2E666. Grayscale: #232323. Windows color (decimal): -15918695 or 10033421. OLE color: 10033421.
HSL color Cylindrical-coordinate representation of color #0D1999: hue angle of 234.86º 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 #0D1999 is Cyan = 0.92, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 13 | 25 | 153 | - |
| CMYK | 0.92 | 0.84 | 0 | 0.4 |
| HSL | 234.86º | 0.84% | 0.33% | - |
| HSV(B) | 234.86º | 0.92% | 0.6% | - |
| XYZ | 6.26 | 3.08 | 30.4 | - |
| YUV | 36 | 194.02 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 25 | 153 | 0.92 | 0.84 | 0 | 0.4 | 234.86 | 0.84 | 0.33 |
| Hex | D | 19 | 99 | 5C | 54 | 0 | 28 | EB | 54 | 21 |
| Octal | 15 | 31 | 231 | 134 | 124 | 0 | 50 | 353 | 124 | 41 |
| Binary | 1101 | 11001 | 10011001 | 1011100 | 1010100 | 0 | 101000 | 11101011 | 1010100 | 100001 |
Color Harmonies of #0D1999
Complementary color
Monochromatic Colors of #0D1999
Black with #0D1999
Text Example
Text Example
White with #0D1999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1999; }
p { color: rgb(13,25,153); }
H1.HeaderClassName
{
color: #0D1999;
}
.AnyTagClassName
{
color: #0D1999;
}
</style>
background-color css
<style>
a { background-color: #0D1999; }
a { background-color: rgb(13,25,153); }
div.DivClassName
{
background-color: #0D1999;
}
.BgClassName
{
background-color: #0D1999;
}
</style>
border-color css
<style>
span { border-color: #0D1999; }
span { border-color: rgb(13,25,153); }
td.TdClassName
{
border-color: #0D1999;
}
.TagClassName
{
border-color: #0D1999;
}
</style>