Shades of Ultramarine #0D0799
Tints of Ultramarine #0D0799
RGB
CMYK
RGB Variations
Color information
#0D0799 (or 0x0D0799) is known color: Ultramarine. HEX triplet: 0D, 07 and 99. RGB value is (13,7,153). Sum of RGB (Red+Green+Blue) = 13+7+153=173 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.51% from 173); Green value is 7 (3.12% from 255 or 4.05% from 173); Blue value is 153 (60.16% from 255 or 88.44% from 173); Max value from RGB is 153 - color contains mainly: blue. Hex color #0D0799 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D0799 is #F2F866. Grayscale: #181818. Windows color (decimal): -15923303 or 10028813. OLE color: 10028813.
HSL color Cylindrical-coordinate representation of color #0D0799: hue angle of 242.47º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D0799 is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 13 | 7 | 153 | - |
| CMYK | 0.92 | 0.95 | 0 | 0.4 |
| HSL | 242.47º | 0.91% | 0.31% | - |
| HSV(B) | 242.47º | 0.95% | 0.6% | - |
| XYZ | 5.99 | 2.54 | 30.31 | - |
| YUV | 25.44 | 199.99 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 7 | 153 | 0.92 | 0.95 | 0 | 0.4 | 242.47 | 0.91 | 0.31 |
| Hex | D | 7 | 99 | 5C | 5F | 0 | 28 | F2 | 5B | 1F |
| Octal | 15 | 7 | 231 | 134 | 137 | 0 | 50 | 362 | 133 | 37 |
| Binary | 1101 | 111 | 10011001 | 1011100 | 1011111 | 0 | 101000 | 11110010 | 1011011 | 11111 |
Color Harmonies of #0D0799
Complementary color
Monochromatic Colors of #0D0799
Black with #0D0799
Text Example
Text Example
White with #0D0799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0799; }
p { color: rgb(13,7,153); }
H1.HeaderClassName
{
color: #0D0799;
}
.AnyTagClassName
{
color: #0D0799;
}
</style>
background-color css
<style>
a { background-color: #0D0799; }
a { background-color: rgb(13,7,153); }
div.DivClassName
{
background-color: #0D0799;
}
.BgClassName
{
background-color: #0D0799;
}
</style>
border-color css
<style>
span { border-color: #0D0799; }
span { border-color: rgb(13,7,153); }
td.TdClassName
{
border-color: #0D0799;
}
.TagClassName
{
border-color: #0D0799;
}
</style>