Shades of Ultramarine #0D0798
Tints of Ultramarine #0D0798
RGB
CMYK
RGB Variations
Color information
#0D0798 (or 0x0D0798) is known color: Ultramarine. HEX triplet: 0D, 07 and 98. RGB value is (13,7,152). Sum of RGB (Red+Green+Blue) = 13+7+152=172 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.56% from 172); Green value is 7 (3.12% from 255 or 4.07% from 172); Blue value is 152 (59.77% from 255 or 88.37% from 172); Max value from RGB is 152 - color contains mainly: blue. Hex color #0D0798 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D0798 is #F2F867. Grayscale: #181818. Windows color (decimal): -15923304 or 9963277. OLE color: 9963277.
HSL color Cylindrical-coordinate representation of color #0D0798: hue angle of 242.48º 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 #0D0798 is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 13 | 7 | 152 | - |
| CMYK | 0.91 | 0.95 | 0 | 0.40 |
| HSL | 242.48º | 0.91% | 0.31% | - |
| HSV(B) | 242.48º | 0.95% | 0.6% | - |
| XYZ | 5.91 | 2.5 | 29.88 | - |
| YUV | 25.32 | 199.49 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 7 | 152 | 0.91 | 0.95 | 0 | 0.40 | 242.48 | 0.91 | 0.31 |
| Hex | D | 7 | 98 | 5B | 5F | 0 | 28 | F2 | 5B | 1F |
| Octal | 15 | 7 | 230 | 133 | 137 | 0 | 50 | 362 | 133 | 37 |
| Binary | 1101 | 111 | 10011000 | 1011011 | 1011111 | 0 | 101000 | 11110010 | 1011011 | 11111 |
Color Harmonies of #0D0798
Complementary color
Monochromatic Colors of #0D0798
Black with #0D0798
Text Example
Text Example
White with #0D0798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0798; }
p { color: rgb(13,7,152); }
H1.HeaderClassName
{
color: #0D0798;
}
.AnyTagClassName
{
color: #0D0798;
}
</style>
background-color css
<style>
a { background-color: #0D0798; }
a { background-color: rgb(13,7,152); }
div.DivClassName
{
background-color: #0D0798;
}
.BgClassName
{
background-color: #0D0798;
}
</style>
border-color css
<style>
span { border-color: #0D0798; }
span { border-color: rgb(13,7,152); }
td.TdClassName
{
border-color: #0D0798;
}
.TagClassName
{
border-color: #0D0798;
}
</style>