Shades of Ultramarine #0D1490
Tints of Ultramarine #0D1490
RGB
CMYK
RGB Variations
Color information
#0D1490 (or 0x0D1490) is known color: Ultramarine. HEX triplet: 0D, 14 and 90. RGB value is (13,20,144). Sum of RGB (Red+Green+Blue) = 13+20+144=177 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.34% from 177); Green value is 20 (8.20% from 255 or 11.30% from 177); Blue value is 144 (56.64% from 255 or 81.36% from 177); Max value from RGB is 144 - color contains mainly: blue. Hex color #0D1490 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D1490 is #F2EB6F. Grayscale: #1F1F1F. Windows color (decimal): -15919984 or 9442317. OLE color: 9442317.
HSL color Cylindrical-coordinate representation of color #0D1490: hue angle of 236.79º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D1490 is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 13 | 20 | 144 | - |
| CMYK | 0.91 | 0.86 | 0 | 0.44 |
| HSL | 236.79º | 0.83% | 0.31% | - |
| HSV(B) | 236.79º | 0.91% | 0.56% | - |
| XYZ | 5.45 | 2.6 | 26.6 | - |
| YUV | 32.04 | 191.18 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 20 | 144 | 0.91 | 0.86 | 0 | 0.44 | 236.79 | 0.83 | 0.31 |
| Hex | D | 14 | 90 | 5B | 56 | 0 | 2C | ED | 53 | 1F |
| Octal | 15 | 24 | 220 | 133 | 126 | 0 | 54 | 355 | 123 | 37 |
| Binary | 1101 | 10100 | 10010000 | 1011011 | 1010110 | 0 | 101100 | 11101101 | 1010011 | 11111 |
Color Harmonies of #0D1490
Complementary color
Monochromatic Colors of #0D1490
Black with #0D1490
Text Example
Text Example
White with #0D1490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1490; }
p { color: rgb(13,20,144); }
H1.HeaderClassName
{
color: #0D1490;
}
.AnyTagClassName
{
color: #0D1490;
}
</style>
background-color css
<style>
a { background-color: #0D1490; }
a { background-color: rgb(13,20,144); }
div.DivClassName
{
background-color: #0D1490;
}
.BgClassName
{
background-color: #0D1490;
}
</style>
border-color css
<style>
span { border-color: #0D1490; }
span { border-color: rgb(13,20,144); }
td.TdClassName
{
border-color: #0D1490;
}
.TagClassName
{
border-color: #0D1490;
}
</style>