Shades of Ultramarine #0D1497
Tints of Ultramarine #0D1497
RGB
CMYK
RGB Variations
Color information
#0D1497 (or 0x0D1497) is known color: Ultramarine. HEX triplet: 0D, 14 and 97. RGB value is (13,20,151). Sum of RGB (Red+Green+Blue) = 13+20+151=184 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.07% from 184); Green value is 20 (8.20% from 255 or 10.87% from 184); Blue value is 151 (59.38% from 255 or 82.07% from 184); Max value from RGB is 151 - color contains mainly: blue. Hex color #0D1497 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D1497 is #F2EB68. Grayscale: #202020. Windows color (decimal): -15919977 or 9901069. OLE color: 9901069.
HSL color Cylindrical-coordinate representation of color #0D1497: hue angle of 236.96º 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 #0D1497 is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 13 | 20 | 151 | - |
| CMYK | 0.91 | 0.87 | 0 | 0.41 |
| HSL | 236.96º | 0.84% | 0.32% | - |
| HSV(B) | 236.96º | 0.91% | 0.59% | - |
| XYZ | 6 | 2.82 | 29.51 | - |
| YUV | 32.84 | 194.68 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 20 | 151 | 0.91 | 0.87 | 0 | 0.41 | 236.96 | 0.84 | 0.32 |
| Hex | D | 14 | 97 | 5B | 57 | 0 | 29 | ED | 54 | 20 |
| Octal | 15 | 24 | 227 | 133 | 127 | 0 | 51 | 355 | 124 | 40 |
| Binary | 1101 | 10100 | 10010111 | 1011011 | 1010111 | 0 | 101001 | 11101101 | 1010100 | 100000 |
Color Harmonies of #0D1497
Complementary color
Monochromatic Colors of #0D1497
Black with #0D1497
Text Example
Text Example
White with #0D1497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1497; }
p { color: rgb(13,20,151); }
H1.HeaderClassName
{
color: #0D1497;
}
.AnyTagClassName
{
color: #0D1497;
}
</style>
background-color css
<style>
a { background-color: #0D1497; }
a { background-color: rgb(13,20,151); }
div.DivClassName
{
background-color: #0D1497;
}
.BgClassName
{
background-color: #0D1497;
}
</style>
border-color css
<style>
span { border-color: #0D1497; }
span { border-color: rgb(13,20,151); }
td.TdClassName
{
border-color: #0D1497;
}
.TagClassName
{
border-color: #0D1497;
}
</style>