Shades of Ultramarine #0D0292
Tints of Ultramarine #0D0292
RGB
CMYK
RGB Variations
Color information
#0D0292 (or 0x0D0292) is known color: Ultramarine. HEX triplet: 0D, 02 and 92. RGB value is (13,2,146). Sum of RGB (Red+Green+Blue) = 13+2+146=161 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.07% from 161); Green value is 2 (1.17% from 255 or 1.24% from 161); Blue value is 146 (57.42% from 255 or 90.68% from 161); Max value from RGB is 146 - color contains mainly: blue. Hex color #0D0292 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D0292 is #F2FD6D. Grayscale: #151515. Windows color (decimal): -15924590 or 9568781. OLE color: 9568781.
HSL color Cylindrical-coordinate representation of color #0D0292: hue angle of 244.58º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0D0292 is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 13 | 2 | 146 | - |
| CMYK | 0.91 | 0.99 | 0 | 0.43 |
| HSL | 244.58º | 0.97% | 0.29% | - |
| HSV(B) | 244.58º | 0.99% | 0.57% | - |
| XYZ | 5.38 | 2.2 | 27.34 | - |
| YUV | 21.71 | 198.14 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 2 | 146 | 0.91 | 0.99 | 0 | 0.43 | 244.58 | 0.97 | 0.29 |
| Hex | D | 2 | 92 | 5B | 63 | 0 | 2B | F5 | 61 | 1D |
| Octal | 15 | 2 | 222 | 133 | 143 | 0 | 53 | 365 | 141 | 35 |
| Binary | 1101 | 10 | 10010010 | 1011011 | 1100011 | 0 | 101011 | 11110101 | 1100001 | 11101 |
Color Harmonies of #0D0292
Complementary color
Monochromatic Colors of #0D0292
Black with #0D0292
Text Example
Text Example
White with #0D0292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0292; }
p { color: rgb(13,2,146); }
H1.HeaderClassName
{
color: #0D0292;
}
.AnyTagClassName
{
color: #0D0292;
}
</style>
background-color css
<style>
a { background-color: #0D0292; }
a { background-color: rgb(13,2,146); }
div.DivClassName
{
background-color: #0D0292;
}
.BgClassName
{
background-color: #0D0292;
}
</style>
border-color css
<style>
span { border-color: #0D0292; }
span { border-color: rgb(13,2,146); }
td.TdClassName
{
border-color: #0D0292;
}
.TagClassName
{
border-color: #0D0292;
}
</style>