Shades of Ultramarine #0D1F96
Tints of Ultramarine #0D1F96
RGB
CMYK
RGB Variations
Color information
#0D1F96 (or 0x0D1F96) is known color: Ultramarine. HEX triplet: 0D, 1F and 96. RGB value is (13,31,150). Sum of RGB (Red+Green+Blue) = 13+31+150=194 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.70% from 194); Green value is 31 (12.5% from 255 or 15.98% from 194); Blue value is 150 (58.98% from 255 or 77.32% from 194); Max value from RGB is 150 - color contains mainly: blue. Hex color #0D1F96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D1F96 is #F2E069. Grayscale: #262626. Windows color (decimal): -15917162 or 9838349. OLE color: 9838349.
HSL color Cylindrical-coordinate representation of color #0D1F96: hue angle of 232.12º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D1F96 is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 13 | 31 | 150 | - |
| CMYK | 0.91 | 0.79 | 0 | 0.41 |
| HSL | 232.12º | 0.84% | 0.32% | - |
| HSV(B) | 232.12º | 0.91% | 0.59% | - |
| XYZ | 6.16 | 3.27 | 29.16 | - |
| YUV | 39.18 | 190.54 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 31 | 150 | 0.91 | 0.79 | 0 | 0.41 | 232.12 | 0.84 | 0.32 |
| Hex | D | 1F | 96 | 5B | 4F | 0 | 29 | E8 | 54 | 20 |
| Octal | 15 | 37 | 226 | 133 | 117 | 0 | 51 | 350 | 124 | 40 |
| Binary | 1101 | 11111 | 10010110 | 1011011 | 1001111 | 0 | 101001 | 11101000 | 1010100 | 100000 |
Color Harmonies of #0D1F96
Complementary color
Monochromatic Colors of #0D1F96
Black with #0D1F96
Text Example
Text Example
White with #0D1F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1F96; }
p { color: rgb(13,31,150); }
H1.HeaderClassName
{
color: #0D1F96;
}
.AnyTagClassName
{
color: #0D1F96;
}
</style>
background-color css
<style>
a { background-color: #0D1F96; }
a { background-color: rgb(13,31,150); }
div.DivClassName
{
background-color: #0D1F96;
}
.BgClassName
{
background-color: #0D1F96;
}
</style>
border-color css
<style>
span { border-color: #0D1F96; }
span { border-color: rgb(13,31,150); }
td.TdClassName
{
border-color: #0D1F96;
}
.TagClassName
{
border-color: #0D1F96;
}
</style>