Shades of Ultramarine #0D1198
Tints of Ultramarine #0D1198
RGB
CMYK
RGB Variations
Color information
#0D1198 (or 0x0D1198) is known color: Ultramarine. HEX triplet: 0D, 11 and 98. RGB value is (13,17,152). Sum of RGB (Red+Green+Blue) = 13+17+152=182 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.14% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 152 (59.77% from 255 or 83.52% from 182); Max value from RGB is 152 - color contains mainly: blue. Hex color #0D1198 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D1198 is #F2EE67. Grayscale: #1E1E1E. Windows color (decimal): -15920744 or 9965837. OLE color: 9965837.
HSL color Cylindrical-coordinate representation of color #0D1198: hue angle of 238.27º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D1198 is Cyan = 0.91, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 13 | 17 | 152 | - |
| CMYK | 0.91 | 0.89 | 0 | 0.40 |
| HSL | 238.27º | 0.84% | 0.32% | - |
| HSV(B) | 238.27º | 0.91% | 0.6% | - |
| XYZ | 6.03 | 2.75 | 29.92 | - |
| YUV | 31.19 | 196.17 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 17 | 152 | 0.91 | 0.89 | 0 | 0.40 | 238.27 | 0.84 | 0.32 |
| Hex | D | 11 | 98 | 5B | 59 | 0 | 28 | EE | 54 | 20 |
| Octal | 15 | 21 | 230 | 133 | 131 | 0 | 50 | 356 | 124 | 40 |
| Binary | 1101 | 10001 | 10011000 | 1011011 | 1011001 | 0 | 101000 | 11101110 | 1010100 | 100000 |
Color Harmonies of #0D1198
Complementary color
Monochromatic Colors of #0D1198
Black with #0D1198
Text Example
Text Example
White with #0D1198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1198; }
p { color: rgb(13,17,152); }
H1.HeaderClassName
{
color: #0D1198;
}
.AnyTagClassName
{
color: #0D1198;
}
</style>
background-color css
<style>
a { background-color: #0D1198; }
a { background-color: rgb(13,17,152); }
div.DivClassName
{
background-color: #0D1198;
}
.BgClassName
{
background-color: #0D1198;
}
</style>
border-color css
<style>
span { border-color: #0D1198; }
span { border-color: rgb(13,17,152); }
td.TdClassName
{
border-color: #0D1198;
}
.TagClassName
{
border-color: #0D1198;
}
</style>