Shades of Ultramarine #0D0793
Tints of Ultramarine #0D0793
RGB
CMYK
RGB Variations
Color information
#0D0793 (or 0x0D0793) is known color: Ultramarine. HEX triplet: 0D, 07 and 93. RGB value is (13,7,147). Sum of RGB (Red+Green+Blue) = 13+7+147=167 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.78% from 167); Green value is 7 (3.12% from 255 or 4.19% from 167); Blue value is 147 (57.81% from 255 or 88.02% from 167); Max value from RGB is 147 - color contains mainly: blue. Hex color #0D0793 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D0793 is #F2F86C. Grayscale: #181818. Windows color (decimal): -15923309 or 9635597. OLE color: 9635597.
HSL color Cylindrical-coordinate representation of color #0D0793: hue angle of 242.57º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D0793 is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 7 | 147 | - |
| CMYK | 0.91 | 0.95 | 0 | 0.42 |
| HSL | 242.57º | 0.91% | 0.3% | - |
| HSV(B) | 242.57º | 0.95% | 0.58% | - |
| XYZ | 5.51 | 2.34 | 27.77 | - |
| YUV | 24.75 | 196.99 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 7 | 147 | 0.91 | 0.95 | 0 | 0.42 | 242.57 | 0.91 | 0.3 |
| Hex | D | 7 | 93 | 5B | 5F | 0 | 2A | F3 | 5B | 1E |
| Octal | 15 | 7 | 223 | 133 | 137 | 0 | 52 | 363 | 133 | 36 |
| Binary | 1101 | 111 | 10010011 | 1011011 | 1011111 | 0 | 101010 | 11110011 | 1011011 | 11110 |
Color Harmonies of #0D0793
Complementary color
Monochromatic Colors of #0D0793
Black with #0D0793
Text Example
Text Example
White with #0D0793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0793; }
p { color: rgb(13,7,147); }
H1.HeaderClassName
{
color: #0D0793;
}
.AnyTagClassName
{
color: #0D0793;
}
</style>
background-color css
<style>
a { background-color: #0D0793; }
a { background-color: rgb(13,7,147); }
div.DivClassName
{
background-color: #0D0793;
}
.BgClassName
{
background-color: #0D0793;
}
</style>
border-color css
<style>
span { border-color: #0D0793; }
span { border-color: rgb(13,7,147); }
td.TdClassName
{
border-color: #0D0793;
}
.TagClassName
{
border-color: #0D0793;
}
</style>