Shades of Ultramarine #0D1383
Tints of Ultramarine #0D1383
RGB
CMYK
RGB Variations
Color information
#0D1383 (or 0x0D1383) is known color: Ultramarine. HEX triplet: 0D, 13 and 83. RGB value is (13,19,131). Sum of RGB (Red+Green+Blue) = 13+19+131=163 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.98% from 163); Green value is 19 (7.81% from 255 or 11.66% from 163); Blue value is 131 (51.56% from 255 or 80.37% from 163); Max value from RGB is 131 - color contains mainly: blue. Hex color #0D1383 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D1383 is #F2EC7C. Grayscale: #1D1D1D. Windows color (decimal): -15920253 or 8590093. OLE color: 8590093.
HSL color Cylindrical-coordinate representation of color #0D1383: hue angle of 236.95º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D1383 is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 13 | 19 | 131 | - |
| CMYK | 0.90 | 0.85 | 0 | 0.49 |
| HSL | 236.95º | 0.82% | 0.28% | - |
| HSV(B) | 236.95º | 0.9% | 0.51% | - |
| XYZ | 4.5 | 2.19 | 21.66 | - |
| YUV | 29.97 | 185.01 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 19 | 131 | 0.90 | 0.85 | 0 | 0.49 | 236.95 | 0.82 | 0.28 |
| Hex | D | 13 | 83 | 5A | 55 | 0 | 31 | ED | 52 | 1C |
| Octal | 15 | 23 | 203 | 132 | 125 | 0 | 61 | 355 | 122 | 34 |
| Binary | 1101 | 10011 | 10000011 | 1011010 | 1010101 | 0 | 110001 | 11101101 | 1010010 | 11100 |
Color Harmonies of #0D1383
Complementary color
Monochromatic Colors of #0D1383
Black with #0D1383
Text Example
Text Example
White with #0D1383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1383; }
p { color: rgb(13,19,131); }
H1.HeaderClassName
{
color: #0D1383;
}
.AnyTagClassName
{
color: #0D1383;
}
</style>
background-color css
<style>
a { background-color: #0D1383; }
a { background-color: rgb(13,19,131); }
div.DivClassName
{
background-color: #0D1383;
}
.BgClassName
{
background-color: #0D1383;
}
</style>
border-color css
<style>
span { border-color: #0D1383; }
span { border-color: rgb(13,19,131); }
td.TdClassName
{
border-color: #0D1383;
}
.TagClassName
{
border-color: #0D1383;
}
</style>