Shades of Ultramarine #0D048B
Tints of Ultramarine #0D048B
RGB
CMYK
RGB Variations
Color information
#0D048B (or 0x0D048B) is known color: Ultramarine. HEX triplet: 0D, 04 and 8B. RGB value is (13,4,139). Sum of RGB (Red+Green+Blue) = 13+4+139=156 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.33% from 156); Green value is 4 (1.95% from 255 or 2.56% from 156); Blue value is 139 (54.69% from 255 or 89.10% from 156); Max value from RGB is 139 - color contains mainly: blue. Hex color #0D048B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D048B is #F2FB74. Grayscale: #151515. Windows color (decimal): -15924085 or 9110541. OLE color: 9110541.
HSL color Cylindrical-coordinate representation of color #0D048B: hue angle of 244º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D048B is Cyan = 0.91, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 13 | 4 | 139 | - |
| CMYK | 0.91 | 0.97 | 0 | 0.45 |
| HSL | 244º | 0.94% | 0.28% | - |
| HSV(B) | 244º | 0.97% | 0.55% | - |
| XYZ | 4.87 | 2.04 | 24.56 | - |
| YUV | 22.08 | 193.98 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 4 | 139 | 0.91 | 0.97 | 0 | 0.45 | 244 | 0.94 | 0.28 |
| Hex | D | 4 | 8B | 5B | 61 | 0 | 2D | F4 | 5E | 1C |
| Octal | 15 | 4 | 213 | 133 | 141 | 0 | 55 | 364 | 136 | 34 |
| Binary | 1101 | 100 | 10001011 | 1011011 | 1100001 | 0 | 101101 | 11110100 | 1011110 | 11100 |
Color Harmonies of #0D048B
Complementary color
Monochromatic Colors of #0D048B
Black with #0D048B
Text Example
Text Example
White with #0D048B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D048B; }
p { color: rgb(13,4,139); }
H1.HeaderClassName
{
color: #0D048B;
}
.AnyTagClassName
{
color: #0D048B;
}
</style>
background-color css
<style>
a { background-color: #0D048B; }
a { background-color: rgb(13,4,139); }
div.DivClassName
{
background-color: #0D048B;
}
.BgClassName
{
background-color: #0D048B;
}
</style>
border-color css
<style>
span { border-color: #0D048B; }
span { border-color: rgb(13,4,139); }
td.TdClassName
{
border-color: #0D048B;
}
.TagClassName
{
border-color: #0D048B;
}
</style>