Shades of Ultramarine #0D0787
Tints of Ultramarine #0D0787
RGB
CMYK
RGB Variations
Color information
#0D0787 (or 0x0D0787) is known color: Ultramarine. HEX triplet: 0D, 07 and 87. RGB value is (13,7,135). Sum of RGB (Red+Green+Blue) = 13+7+135=155 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.39% from 155); Green value is 7 (3.12% from 255 or 4.52% from 155); Blue value is 135 (53.12% from 255 or 87.10% from 155); Max value from RGB is 135 - color contains mainly: blue. Hex color #0D0787 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D0787 is #F2F878. Grayscale: #161616. Windows color (decimal): -15923321 or 8849165. OLE color: 8849165.
HSL color Cylindrical-coordinate representation of color #0D0787: hue angle of 242.81º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D0787 is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 13 | 7 | 135 | - |
| CMYK | 0.90 | 0.95 | 0 | 0.47 |
| HSL | 242.81º | 0.9% | 0.28% | - |
| HSV(B) | 242.81º | 0.95% | 0.53% | - |
| XYZ | 4.62 | 1.99 | 23.06 | - |
| YUV | 23.39 | 190.99 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 7 | 135 | 0.90 | 0.95 | 0 | 0.47 | 242.81 | 0.9 | 0.28 |
| Hex | D | 7 | 87 | 5A | 5F | 0 | 2F | F3 | 5A | 1C |
| Octal | 15 | 7 | 207 | 132 | 137 | 0 | 57 | 363 | 132 | 34 |
| Binary | 1101 | 111 | 10000111 | 1011010 | 1011111 | 0 | 101111 | 11110011 | 1011010 | 11100 |
Color Harmonies of #0D0787
Complementary color
Monochromatic Colors of #0D0787
Black with #0D0787
Text Example
Text Example
White with #0D0787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0787; }
p { color: rgb(13,7,135); }
H1.HeaderClassName
{
color: #0D0787;
}
.AnyTagClassName
{
color: #0D0787;
}
</style>
background-color css
<style>
a { background-color: #0D0787; }
a { background-color: rgb(13,7,135); }
div.DivClassName
{
background-color: #0D0787;
}
.BgClassName
{
background-color: #0D0787;
}
</style>
border-color css
<style>
span { border-color: #0D0787; }
span { border-color: rgb(13,7,135); }
td.TdClassName
{
border-color: #0D0787;
}
.TagClassName
{
border-color: #0D0787;
}
</style>