Shades of Ultramarine #0D048F
Tints of Ultramarine #0D048F
RGB
CMYK
RGB Variations
Color information
#0D048F (or 0x0D048F) is known color: Ultramarine. HEX triplet: 0D, 04 and 8F. RGB value is (13,4,143). Sum of RGB (Red+Green+Blue) = 13+4+143=160 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.12% from 160); Green value is 4 (1.95% from 255 or 2.5% from 160); Blue value is 143 (56.25% from 255 or 89.38% from 160); Max value from RGB is 143 - color contains mainly: blue. Hex color #0D048F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D048F is #F2FB70. Grayscale: #151515. Windows color (decimal): -15924081 or 9372685. OLE color: 9372685.
HSL color Cylindrical-coordinate representation of color #0D048F: hue angle of 243.88º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D048F is Cyan = 0.91, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 13 | 4 | 143 | - |
| CMYK | 0.91 | 0.97 | 0 | 0.44 |
| HSL | 243.88º | 0.95% | 0.29% | - |
| HSV(B) | 243.88º | 0.97% | 0.56% | - |
| XYZ | 5.17 | 2.16 | 26.13 | - |
| YUV | 22.54 | 195.98 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 4 | 143 | 0.91 | 0.97 | 0 | 0.44 | 243.88 | 0.95 | 0.29 |
| Hex | D | 4 | 8F | 5B | 61 | 0 | 2C | F4 | 5F | 1D |
| Octal | 15 | 4 | 217 | 133 | 141 | 0 | 54 | 364 | 137 | 35 |
| Binary | 1101 | 100 | 10001111 | 1011011 | 1100001 | 0 | 101100 | 11110100 | 1011111 | 11101 |
Color Harmonies of #0D048F
Complementary color
Monochromatic Colors of #0D048F
Black with #0D048F
Text Example
Text Example
White with #0D048F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D048F; }
p { color: rgb(13,4,143); }
H1.HeaderClassName
{
color: #0D048F;
}
.AnyTagClassName
{
color: #0D048F;
}
</style>
background-color css
<style>
a { background-color: #0D048F; }
a { background-color: rgb(13,4,143); }
div.DivClassName
{
background-color: #0D048F;
}
.BgClassName
{
background-color: #0D048F;
}
</style>
border-color css
<style>
span { border-color: #0D048F; }
span { border-color: rgb(13,4,143); }
td.TdClassName
{
border-color: #0D048F;
}
.TagClassName
{
border-color: #0D048F;
}
</style>