Shades of Ultramarine #0D0594
Tints of Ultramarine #0D0594
RGB
CMYK
RGB Variations
Color information
#0D0594 (or 0x0D0594) is known color: Ultramarine. HEX triplet: 0D, 05 and 94. RGB value is (13,5,148). Sum of RGB (Red+Green+Blue) = 13+5+148=166 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.83% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 148 (58.20% from 255 or 89.16% from 166); Max value from RGB is 148 - color contains mainly: blue. Hex color #0D0594 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D0594 is #F2FA6B. Grayscale: #171717. Windows color (decimal): -15923820 or 9700621. OLE color: 9700621.
HSL color Cylindrical-coordinate representation of color #0D0594: hue angle of 243.36º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D0594 is Cyan = 0.91, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 5 | 148 | - |
| CMYK | 0.91 | 0.97 | 0 | 0.42 |
| HSL | 243.36º | 0.93% | 0.3% | - |
| HSV(B) | 243.36º | 0.97% | 0.58% | - |
| XYZ | 5.57 | 2.33 | 28.17 | - |
| YUV | 23.69 | 198.15 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 5 | 148 | 0.91 | 0.97 | 0 | 0.42 | 243.36 | 0.93 | 0.3 |
| Hex | D | 5 | 94 | 5B | 61 | 0 | 2A | F3 | 5D | 1E |
| Octal | 15 | 5 | 224 | 133 | 141 | 0 | 52 | 363 | 135 | 36 |
| Binary | 1101 | 101 | 10010100 | 1011011 | 1100001 | 0 | 101010 | 11110011 | 1011101 | 11110 |
Color Harmonies of #0D0594
Complementary color
Monochromatic Colors of #0D0594
Black with #0D0594
Text Example
Text Example
White with #0D0594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0594; }
p { color: rgb(13,5,148); }
H1.HeaderClassName
{
color: #0D0594;
}
.AnyTagClassName
{
color: #0D0594;
}
</style>
background-color css
<style>
a { background-color: #0D0594; }
a { background-color: rgb(13,5,148); }
div.DivClassName
{
background-color: #0D0594;
}
.BgClassName
{
background-color: #0D0594;
}
</style>
border-color css
<style>
span { border-color: #0D0594; }
span { border-color: rgb(13,5,148); }
td.TdClassName
{
border-color: #0D0594;
}
.TagClassName
{
border-color: #0D0594;
}
</style>