Shades of Ultramarine #0D1495
Tints of Ultramarine #0D1495
RGB
CMYK
RGB Variations
Color information
#0D1495 (or 0x0D1495) is known color: Ultramarine. HEX triplet: 0D, 14 and 95. RGB value is (13,20,149). Sum of RGB (Red+Green+Blue) = 13+20+149=182 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.14% from 182); Green value is 20 (8.20% from 255 or 10.99% from 182); Blue value is 149 (58.59% from 255 or 81.87% from 182); Max value from RGB is 149 - color contains mainly: blue. Hex color #0D1495 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D1495 is #F2EB6A. Grayscale: #202020. Windows color (decimal): -15919979 or 9769997. OLE color: 9769997.
HSL color Cylindrical-coordinate representation of color #0D1495: hue angle of 236.91º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D1495 is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 20 | 149 | - |
| CMYK | 0.91 | 0.87 | 0 | 0.42 |
| HSL | 236.91º | 0.84% | 0.32% | - |
| HSV(B) | 236.91º | 0.91% | 0.58% | - |
| XYZ | 5.84 | 2.76 | 28.66 | - |
| YUV | 32.61 | 193.68 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 20 | 149 | 0.91 | 0.87 | 0 | 0.42 | 236.91 | 0.84 | 0.32 |
| Hex | D | 14 | 95 | 5B | 57 | 0 | 2A | ED | 54 | 20 |
| Octal | 15 | 24 | 225 | 133 | 127 | 0 | 52 | 355 | 124 | 40 |
| Binary | 1101 | 10100 | 10010101 | 1011011 | 1010111 | 0 | 101010 | 11101101 | 1010100 | 100000 |
Color Harmonies of #0D1495
Complementary color
Monochromatic Colors of #0D1495
Black with #0D1495
Text Example
Text Example
White with #0D1495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1495; }
p { color: rgb(13,20,149); }
H1.HeaderClassName
{
color: #0D1495;
}
.AnyTagClassName
{
color: #0D1495;
}
</style>
background-color css
<style>
a { background-color: #0D1495; }
a { background-color: rgb(13,20,149); }
div.DivClassName
{
background-color: #0D1495;
}
.BgClassName
{
background-color: #0D1495;
}
</style>
border-color css
<style>
span { border-color: #0D1495; }
span { border-color: rgb(13,20,149); }
td.TdClassName
{
border-color: #0D1495;
}
.TagClassName
{
border-color: #0D1495;
}
</style>