Shades of Ultramarine #0D0884
Tints of Ultramarine #0D0884
RGB
CMYK
RGB Variations
Color information
#0D0884 (or 0x0D0884) is known color: Ultramarine. HEX triplet: 0D, 08 and 84. RGB value is (13,8,132). Sum of RGB (Red+Green+Blue) = 13+8+132=153 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.50% from 153); Green value is 8 (3.52% from 255 or 5.23% from 153); Blue value is 132 (51.95% from 255 or 86.27% from 153); Max value from RGB is 132 - color contains mainly: blue. Hex color #0D0884 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D0884 is #F2F77B. Grayscale: #171717. Windows color (decimal): -15923068 or 8652813. OLE color: 8652813.
HSL color Cylindrical-coordinate representation of color #0D0884: hue angle of 242.42º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D0884 is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 13 | 8 | 132 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.48 |
| HSL | 242.42º | 0.89% | 0.27% | - |
| HSV(B) | 242.42º | 0.94% | 0.52% | - |
| XYZ | 4.42 | 1.93 | 21.97 | - |
| YUV | 23.63 | 189.16 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 8 | 132 | 0.90 | 0.94 | 0 | 0.48 | 242.42 | 0.89 | 0.27 |
| Hex | D | 8 | 84 | 5A | 5E | 0 | 30 | F2 | 59 | 1B |
| Octal | 15 | 10 | 204 | 132 | 136 | 0 | 60 | 362 | 131 | 33 |
| Binary | 1101 | 1000 | 10000100 | 1011010 | 1011110 | 0 | 110000 | 11110010 | 1011001 | 11011 |
Color Harmonies of #0D0884
Complementary color
Monochromatic Colors of #0D0884
Black with #0D0884
Text Example
Text Example
White with #0D0884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0884; }
p { color: rgb(13,8,132); }
H1.HeaderClassName
{
color: #0D0884;
}
.AnyTagClassName
{
color: #0D0884;
}
</style>
background-color css
<style>
a { background-color: #0D0884; }
a { background-color: rgb(13,8,132); }
div.DivClassName
{
background-color: #0D0884;
}
.BgClassName
{
background-color: #0D0884;
}
</style>
border-color css
<style>
span { border-color: #0D0884; }
span { border-color: rgb(13,8,132); }
td.TdClassName
{
border-color: #0D0884;
}
.TagClassName
{
border-color: #0D0884;
}
</style>