Shades of Ultramarine #0D1595
Tints of Ultramarine #0D1595
RGB
CMYK
RGB Variations
Color information
#0D1595 (or 0x0D1595) is known color: Ultramarine. HEX triplet: 0D, 15 and 95. RGB value is (13,21,149). Sum of RGB (Red+Green+Blue) = 13+21+149=183 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.10% from 183); Green value is 21 (8.59% from 255 or 11.48% from 183); Blue value is 149 (58.59% from 255 or 81.42% from 183); Max value from RGB is 149 - color contains mainly: blue. Hex color #0D1595 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D1595 is #F2EA6A. Grayscale: #202020. Windows color (decimal): -15919723 or 9770253. OLE color: 9770253.
HSL color Cylindrical-coordinate representation of color #0D1595: hue angle of 236.47º 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 #0D1595 is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 21 | 149 | - |
| CMYK | 0.91 | 0.86 | 0 | 0.42 |
| HSL | 236.47º | 0.84% | 0.32% | - |
| HSV(B) | 236.47º | 0.91% | 0.58% | - |
| XYZ | 5.86 | 2.79 | 28.66 | - |
| YUV | 33.2 | 193.35 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 21 | 149 | 0.91 | 0.86 | 0 | 0.42 | 236.47 | 0.84 | 0.32 |
| Hex | D | 15 | 95 | 5B | 56 | 0 | 2A | EC | 54 | 20 |
| Octal | 15 | 25 | 225 | 133 | 126 | 0 | 52 | 354 | 124 | 40 |
| Binary | 1101 | 10101 | 10010101 | 1011011 | 1010110 | 0 | 101010 | 11101100 | 1010100 | 100000 |
Color Harmonies of #0D1595
Complementary color
Monochromatic Colors of #0D1595
Black with #0D1595
Text Example
Text Example
White with #0D1595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1595; }
p { color: rgb(13,21,149); }
H1.HeaderClassName
{
color: #0D1595;
}
.AnyTagClassName
{
color: #0D1595;
}
</style>
background-color css
<style>
a { background-color: #0D1595; }
a { background-color: rgb(13,21,149); }
div.DivClassName
{
background-color: #0D1595;
}
.BgClassName
{
background-color: #0D1595;
}
</style>
border-color css
<style>
span { border-color: #0D1595; }
span { border-color: rgb(13,21,149); }
td.TdClassName
{
border-color: #0D1595;
}
.TagClassName
{
border-color: #0D1595;
}
</style>