Shades of Ultramarine #0D1492
Tints of Ultramarine #0D1492
RGB
CMYK
RGB Variations
Color information
#0D1492 (or 0x0D1492) is known color: Ultramarine. HEX triplet: 0D, 14 and 92. RGB value is (13,20,146). Sum of RGB (Red+Green+Blue) = 13+20+146=179 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.26% from 179); Green value is 20 (8.20% from 255 or 11.17% from 179); Blue value is 146 (57.42% from 255 or 81.56% from 179); Max value from RGB is 146 - color contains mainly: blue. Hex color #0D1492 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D1492 is #F2EB6D. Grayscale: #1F1F1F. Windows color (decimal): -15919982 or 9573389. OLE color: 9573389.
HSL color Cylindrical-coordinate representation of color #0D1492: hue angle of 236.84º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D1492 is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 13 | 20 | 146 | - |
| CMYK | 0.91 | 0.86 | 0 | 0.43 |
| HSL | 236.84º | 0.84% | 0.31% | - |
| HSV(B) | 236.84º | 0.91% | 0.57% | - |
| XYZ | 5.6 | 2.66 | 27.41 | - |
| YUV | 32.27 | 192.18 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 20 | 146 | 0.91 | 0.86 | 0 | 0.43 | 236.84 | 0.84 | 0.31 |
| Hex | D | 14 | 92 | 5B | 56 | 0 | 2B | ED | 54 | 1F |
| Octal | 15 | 24 | 222 | 133 | 126 | 0 | 53 | 355 | 124 | 37 |
| Binary | 1101 | 10100 | 10010010 | 1011011 | 1010110 | 0 | 101011 | 11101101 | 1010100 | 11111 |
Color Harmonies of #0D1492
Complementary color
Monochromatic Colors of #0D1492
Black with #0D1492
Text Example
Text Example
White with #0D1492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1492; }
p { color: rgb(13,20,146); }
H1.HeaderClassName
{
color: #0D1492;
}
.AnyTagClassName
{
color: #0D1492;
}
</style>
background-color css
<style>
a { background-color: #0D1492; }
a { background-color: rgb(13,20,146); }
div.DivClassName
{
background-color: #0D1492;
}
.BgClassName
{
background-color: #0D1492;
}
</style>
border-color css
<style>
span { border-color: #0D1492; }
span { border-color: rgb(13,20,146); }
td.TdClassName
{
border-color: #0D1492;
}
.TagClassName
{
border-color: #0D1492;
}
</style>