Shades of Ultramarine #0D0392
Tints of Ultramarine #0D0392
RGB
CMYK
RGB Variations
Color information
#0D0392 (or 0x0D0392) is known color: Ultramarine. HEX triplet: 0D, 03 and 92. RGB value is (13,3,146). Sum of RGB (Red+Green+Blue) = 13+3+146=162 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.02% from 162); Green value is 3 (1.56% from 255 or 1.85% from 162); Blue value is 146 (57.42% from 255 or 90.12% from 162); Max value from RGB is 146 - color contains mainly: blue. Hex color #0D0392 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D0392 is #F2FC6D. Grayscale: #151515. Windows color (decimal): -15924334 or 9569037. OLE color: 9569037.
HSL color Cylindrical-coordinate representation of color #0D0392: hue angle of 244.2º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0D0392 is Cyan = 0.91, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 13 | 3 | 146 | - |
| CMYK | 0.91 | 0.98 | 0 | 0.43 |
| HSL | 244.2º | 0.96% | 0.29% | - |
| HSV(B) | 244.2º | 0.98% | 0.57% | - |
| XYZ | 5.39 | 2.23 | 27.34 | - |
| YUV | 22.29 | 197.81 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 3 | 146 | 0.91 | 0.98 | 0 | 0.43 | 244.2 | 0.96 | 0.29 |
| Hex | D | 3 | 92 | 5B | 62 | 0 | 2B | F4 | 60 | 1D |
| Octal | 15 | 3 | 222 | 133 | 142 | 0 | 53 | 364 | 140 | 35 |
| Binary | 1101 | 11 | 10010010 | 1011011 | 1100010 | 0 | 101011 | 11110100 | 1100000 | 11101 |
Color Harmonies of #0D0392
Complementary color
Monochromatic Colors of #0D0392
Black with #0D0392
Text Example
Text Example
White with #0D0392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0392; }
p { color: rgb(13,3,146); }
H1.HeaderClassName
{
color: #0D0392;
}
.AnyTagClassName
{
color: #0D0392;
}
</style>
background-color css
<style>
a { background-color: #0D0392; }
a { background-color: rgb(13,3,146); }
div.DivClassName
{
background-color: #0D0392;
}
.BgClassName
{
background-color: #0D0392;
}
</style>
border-color css
<style>
span { border-color: #0D0392; }
span { border-color: rgb(13,3,146); }
td.TdClassName
{
border-color: #0D0392;
}
.TagClassName
{
border-color: #0D0392;
}
</style>