Shades of Ultramarine #0D1D94
Tints of Ultramarine #0D1D94
RGB
CMYK
RGB Variations
Color information
#0D1D94 (or 0x0D1D94) is known color: Ultramarine. HEX triplet: 0D, 1D and 94. RGB value is (13,29,148). Sum of RGB (Red+Green+Blue) = 13+29+148=190 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.84% from 190); Green value is 29 (11.72% from 255 or 15.26% from 190); Blue value is 148 (58.20% from 255 or 77.89% from 190); Max value from RGB is 148 - color contains mainly: blue. Hex color #0D1D94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D1D94 is #F2E26B. Grayscale: #252525. Windows color (decimal): -15917676 or 9706765. OLE color: 9706765.
HSL color Cylindrical-coordinate representation of color #0D1D94: hue angle of 232.89º 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 #0D1D94 is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 29 | 148 | - |
| CMYK | 0.91 | 0.80 | 0 | 0.42 |
| HSL | 232.89º | 0.84% | 0.32% | - |
| HSV(B) | 232.89º | 0.91% | 0.58% | - |
| XYZ | 5.95 | 3.1 | 28.3 | - |
| YUV | 37.78 | 190.2 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 29 | 148 | 0.91 | 0.80 | 0 | 0.42 | 232.89 | 0.84 | 0.32 |
| Hex | D | 1D | 94 | 5B | 50 | 0 | 2A | E9 | 54 | 20 |
| Octal | 15 | 35 | 224 | 133 | 120 | 0 | 52 | 351 | 124 | 40 |
| Binary | 1101 | 11101 | 10010100 | 1011011 | 1010000 | 0 | 101010 | 11101001 | 1010100 | 100000 |
Color Harmonies of #0D1D94
Complementary color
Monochromatic Colors of #0D1D94
Black with #0D1D94
Text Example
Text Example
White with #0D1D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1D94; }
p { color: rgb(13,29,148); }
H1.HeaderClassName
{
color: #0D1D94;
}
.AnyTagClassName
{
color: #0D1D94;
}
</style>
background-color css
<style>
a { background-color: #0D1D94; }
a { background-color: rgb(13,29,148); }
div.DivClassName
{
background-color: #0D1D94;
}
.BgClassName
{
background-color: #0D1D94;
}
</style>
border-color css
<style>
span { border-color: #0D1D94; }
span { border-color: rgb(13,29,148); }
td.TdClassName
{
border-color: #0D1D94;
}
.TagClassName
{
border-color: #0D1D94;
}
</style>