Shades of Ultramarine #0D0892
Tints of Ultramarine #0D0892
RGB
CMYK
RGB Variations
Color information
#0D0892 (or 0x0D0892) is known color: Ultramarine. HEX triplet: 0D, 08 and 92. RGB value is (13,8,146). Sum of RGB (Red+Green+Blue) = 13+8+146=167 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.78% from 167); Green value is 8 (3.52% from 255 or 4.79% from 167); Blue value is 146 (57.42% from 255 or 87.43% from 167); Max value from RGB is 146 - color contains mainly: blue. Hex color #0D0892 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D0892 is #F2F76D. Grayscale: #181818. Windows color (decimal): -15923054 or 9570317. OLE color: 9570317.
HSL color Cylindrical-coordinate representation of color #0D0892: hue angle of 242.17º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D0892 is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 13 | 8 | 146 | - |
| CMYK | 0.91 | 0.95 | 0 | 0.43 |
| HSL | 242.17º | 0.9% | 0.3% | - |
| HSV(B) | 242.17º | 0.95% | 0.57% | - |
| XYZ | 5.44 | 2.33 | 27.36 | - |
| YUV | 25.23 | 196.16 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 8 | 146 | 0.91 | 0.95 | 0 | 0.43 | 242.17 | 0.9 | 0.3 |
| Hex | D | 8 | 92 | 5B | 5F | 0 | 2B | F2 | 5A | 1E |
| Octal | 15 | 10 | 222 | 133 | 137 | 0 | 53 | 362 | 132 | 36 |
| Binary | 1101 | 1000 | 10010010 | 1011011 | 1011111 | 0 | 101011 | 11110010 | 1011010 | 11110 |
Color Harmonies of #0D0892
Complementary color
Monochromatic Colors of #0D0892
Black with #0D0892
Text Example
Text Example
White with #0D0892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0892; }
p { color: rgb(13,8,146); }
H1.HeaderClassName
{
color: #0D0892;
}
.AnyTagClassName
{
color: #0D0892;
}
</style>
background-color css
<style>
a { background-color: #0D0892; }
a { background-color: rgb(13,8,146); }
div.DivClassName
{
background-color: #0D0892;
}
.BgClassName
{
background-color: #0D0892;
}
</style>
border-color css
<style>
span { border-color: #0D0892; }
span { border-color: rgb(13,8,146); }
td.TdClassName
{
border-color: #0D0892;
}
.TagClassName
{
border-color: #0D0892;
}
</style>