Shades of Ultramarine #0D0596
Tints of Ultramarine #0D0596
RGB
CMYK
RGB Variations
Color information
#0D0596 (or 0x0D0596) is known color: Ultramarine. HEX triplet: 0D, 05 and 96. RGB value is (13,5,150). Sum of RGB (Red+Green+Blue) = 13+5+150=168 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.74% from 168); Green value is 5 (2.34% from 255 or 2.98% from 168); Blue value is 150 (58.98% from 255 or 89.29% from 168); Max value from RGB is 150 - color contains mainly: blue. Hex color #0D0596 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D0596 is #F2FA69. Grayscale: #171717. Windows color (decimal): -15923818 or 9831693. OLE color: 9831693.
HSL color Cylindrical-coordinate representation of color #0D0596: hue angle of 243.31º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D0596 is Cyan = 0.91, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 13 | 5 | 150 | - |
| CMYK | 0.91 | 0.97 | 0 | 0.41 |
| HSL | 243.31º | 0.94% | 0.3% | - |
| HSV(B) | 243.31º | 0.97% | 0.59% | - |
| XYZ | 5.73 | 2.4 | 29.01 | - |
| YUV | 23.92 | 199.15 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 5 | 150 | 0.91 | 0.97 | 0 | 0.41 | 243.31 | 0.94 | 0.3 |
| Hex | D | 5 | 96 | 5B | 61 | 0 | 29 | F3 | 5E | 1E |
| Octal | 15 | 5 | 226 | 133 | 141 | 0 | 51 | 363 | 136 | 36 |
| Binary | 1101 | 101 | 10010110 | 1011011 | 1100001 | 0 | 101001 | 11110011 | 1011110 | 11110 |
Color Harmonies of #0D0596
Complementary color
Monochromatic Colors of #0D0596
Black with #0D0596
Text Example
Text Example
White with #0D0596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0596; }
p { color: rgb(13,5,150); }
H1.HeaderClassName
{
color: #0D0596;
}
.AnyTagClassName
{
color: #0D0596;
}
</style>
background-color css
<style>
a { background-color: #0D0596; }
a { background-color: rgb(13,5,150); }
div.DivClassName
{
background-color: #0D0596;
}
.BgClassName
{
background-color: #0D0596;
}
</style>
border-color css
<style>
span { border-color: #0D0596; }
span { border-color: rgb(13,5,150); }
td.TdClassName
{
border-color: #0D0596;
}
.TagClassName
{
border-color: #0D0596;
}
</style>