Shades of Ultramarine #0D1080
Tints of Ultramarine #0D1080
RGB
CMYK
RGB Variations
Color information
#0D1080 (or 0x0D1080) is known color: Ultramarine. HEX triplet: 0D, 10 and 80. RGB value is (13,16,128). Sum of RGB (Red+Green+Blue) = 13+16+128=157 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.28% from 157); Green value is 16 (6.64% from 255 or 10.19% from 157); Blue value is 128 (50.39% from 255 or 81.53% from 157); Max value from RGB is 128 - color contains mainly: blue. Hex color #0D1080 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D1080 is #F2EF7F. Grayscale: #1B1B1B. Windows color (decimal): -15921024 or 8392717. OLE color: 8392717.
HSL color Cylindrical-coordinate representation of color #0D1080: hue angle of 238.43º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D1080 is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 13 | 16 | 128 | - |
| CMYK | 0.90 | 0.88 | 0 | 0.50 |
| HSL | 238.43º | 0.82% | 0.28% | - |
| HSV(B) | 238.43º | 0.9% | 0.5% | - |
| XYZ | 4.25 | 2.01 | 20.59 | - |
| YUV | 27.87 | 184.51 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 16 | 128 | 0.90 | 0.88 | 0 | 0.50 | 238.43 | 0.82 | 0.28 |
| Hex | D | 10 | 80 | 5A | 58 | 0 | 32 | EE | 52 | 1C |
| Octal | 15 | 20 | 200 | 132 | 130 | 0 | 62 | 356 | 122 | 34 |
| Binary | 1101 | 10000 | 10000000 | 1011010 | 1011000 | 0 | 110010 | 11101110 | 1010010 | 11100 |
Color Harmonies of #0D1080
Complementary color
Monochromatic Colors of #0D1080
Black with #0D1080
Text Example
Text Example
White with #0D1080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1080; }
p { color: rgb(13,16,128); }
H1.HeaderClassName
{
color: #0D1080;
}
.AnyTagClassName
{
color: #0D1080;
}
</style>
background-color css
<style>
a { background-color: #0D1080; }
a { background-color: rgb(13,16,128); }
div.DivClassName
{
background-color: #0D1080;
}
.BgClassName
{
background-color: #0D1080;
}
</style>
border-color css
<style>
span { border-color: #0D1080; }
span { border-color: rgb(13,16,128); }
td.TdClassName
{
border-color: #0D1080;
}
.TagClassName
{
border-color: #0D1080;
}
</style>