Shades of Ultramarine #0D0592
Tints of Ultramarine #0D0592
RGB
CMYK
RGB Variations
Color information
#0D0592 (or 0x0D0592) is known color: Ultramarine. HEX triplet: 0D, 05 and 92. RGB value is (13,5,146). Sum of RGB (Red+Green+Blue) = 13+5+146=164 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.93% from 164); Green value is 5 (2.34% from 255 or 3.05% from 164); Blue value is 146 (57.42% from 255 or 89.02% from 164); Max value from RGB is 146 - color contains mainly: blue. Hex color #0D0592 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D0592 is #F2FA6D. Grayscale: #161616. Windows color (decimal): -15923822 or 9569549. OLE color: 9569549.
HSL color Cylindrical-coordinate representation of color #0D0592: hue angle of 243.4º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D0592 is Cyan = 0.91, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 13 | 5 | 146 | - |
| CMYK | 0.91 | 0.97 | 0 | 0.43 |
| HSL | 243.4º | 0.93% | 0.3% | - |
| HSV(B) | 243.4º | 0.97% | 0.57% | - |
| XYZ | 5.41 | 2.27 | 27.35 | - |
| YUV | 23.47 | 197.15 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 5 | 146 | 0.91 | 0.97 | 0 | 0.43 | 243.4 | 0.93 | 0.3 |
| Hex | D | 5 | 92 | 5B | 61 | 0 | 2B | F3 | 5D | 1E |
| Octal | 15 | 5 | 222 | 133 | 141 | 0 | 53 | 363 | 135 | 36 |
| Binary | 1101 | 101 | 10010010 | 1011011 | 1100001 | 0 | 101011 | 11110011 | 1011101 | 11110 |
Color Harmonies of #0D0592
Complementary color
Monochromatic Colors of #0D0592
Black with #0D0592
Text Example
Text Example
White with #0D0592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0592; }
p { color: rgb(13,5,146); }
H1.HeaderClassName
{
color: #0D0592;
}
.AnyTagClassName
{
color: #0D0592;
}
</style>
background-color css
<style>
a { background-color: #0D0592; }
a { background-color: rgb(13,5,146); }
div.DivClassName
{
background-color: #0D0592;
}
.BgClassName
{
background-color: #0D0592;
}
</style>
border-color css
<style>
span { border-color: #0D0592; }
span { border-color: rgb(13,5,146); }
td.TdClassName
{
border-color: #0D0592;
}
.TagClassName
{
border-color: #0D0592;
}
</style>