Shades of Ultramarine #0D0686
Tints of Ultramarine #0D0686
RGB
CMYK
RGB Variations
Color information
#0D0686 (or 0x0D0686) is known color: Ultramarine. HEX triplet: 0D, 06 and 86. RGB value is (13,6,134). Sum of RGB (Red+Green+Blue) = 13+6+134=153 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.50% from 153); Green value is 6 (2.73% from 255 or 3.92% from 153); Blue value is 134 (52.73% from 255 or 87.58% from 153); Max value from RGB is 134 - color contains mainly: blue. Hex color #0D0686 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D0686 is #F2F979. Grayscale: #161616. Windows color (decimal): -15923578 or 8783373. OLE color: 8783373.
HSL color Cylindrical-coordinate representation of color #0D0686: hue angle of 243.28º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0D0686 is Cyan = 0.90, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 13 | 6 | 134 | - |
| CMYK | 0.90 | 0.96 | 0 | 0.47 |
| HSL | 243.28º | 0.91% | 0.27% | - |
| HSV(B) | 243.28º | 0.96% | 0.53% | - |
| XYZ | 4.53 | 1.94 | 22.69 | - |
| YUV | 22.69 | 190.82 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 6 | 134 | 0.90 | 0.96 | 0 | 0.47 | 243.28 | 0.91 | 0.27 |
| Hex | D | 6 | 86 | 5A | 60 | 0 | 2F | F3 | 5B | 1B |
| Octal | 15 | 6 | 206 | 132 | 140 | 0 | 57 | 363 | 133 | 33 |
| Binary | 1101 | 110 | 10000110 | 1011010 | 1100000 | 0 | 101111 | 11110011 | 1011011 | 11011 |
Color Harmonies of #0D0686
Complementary color
Monochromatic Colors of #0D0686
Black with #0D0686
Text Example
Text Example
White with #0D0686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0686; }
p { color: rgb(13,6,134); }
H1.HeaderClassName
{
color: #0D0686;
}
.AnyTagClassName
{
color: #0D0686;
}
</style>
background-color css
<style>
a { background-color: #0D0686; }
a { background-color: rgb(13,6,134); }
div.DivClassName
{
background-color: #0D0686;
}
.BgClassName
{
background-color: #0D0686;
}
</style>
border-color css
<style>
span { border-color: #0D0686; }
span { border-color: rgb(13,6,134); }
td.TdClassName
{
border-color: #0D0686;
}
.TagClassName
{
border-color: #0D0686;
}
</style>