Shades of Ultramarine #0D0488
Tints of Ultramarine #0D0488
RGB
CMYK
RGB Variations
Color information
#0D0488 (or 0x0D0488) is known color: Ultramarine. HEX triplet: 0D, 04 and 88. RGB value is (13,4,136). Sum of RGB (Red+Green+Blue) = 13+4+136=153 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.50% from 153); Green value is 4 (1.95% from 255 or 2.61% from 153); Blue value is 136 (53.52% from 255 or 88.89% from 153); Max value from RGB is 136 - color contains mainly: blue. Hex color #0D0488 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D0488 is #F2FB77. Grayscale: #151515. Windows color (decimal): -15924088 or 8913933. OLE color: 8913933.
HSL color Cylindrical-coordinate representation of color #0D0488: hue angle of 244.09º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D0488 is Cyan = 0.90, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 13 | 4 | 136 | - |
| CMYK | 0.90 | 0.97 | 0 | 0.47 |
| HSL | 244.09º | 0.94% | 0.27% | - |
| HSV(B) | 244.09º | 0.97% | 0.53% | - |
| XYZ | 4.65 | 1.95 | 23.42 | - |
| YUV | 21.74 | 192.48 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 4 | 136 | 0.90 | 0.97 | 0 | 0.47 | 244.09 | 0.94 | 0.27 |
| Hex | D | 4 | 88 | 5A | 61 | 0 | 2F | F4 | 5E | 1B |
| Octal | 15 | 4 | 210 | 132 | 141 | 0 | 57 | 364 | 136 | 33 |
| Binary | 1101 | 100 | 10001000 | 1011010 | 1100001 | 0 | 101111 | 11110100 | 1011110 | 11011 |
Color Harmonies of #0D0488
Complementary color
Monochromatic Colors of #0D0488
Black with #0D0488
Text Example
Text Example
White with #0D0488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0488; }
p { color: rgb(13,4,136); }
H1.HeaderClassName
{
color: #0D0488;
}
.AnyTagClassName
{
color: #0D0488;
}
</style>
background-color css
<style>
a { background-color: #0D0488; }
a { background-color: rgb(13,4,136); }
div.DivClassName
{
background-color: #0D0488;
}
.BgClassName
{
background-color: #0D0488;
}
</style>
border-color css
<style>
span { border-color: #0D0488; }
span { border-color: rgb(13,4,136); }
td.TdClassName
{
border-color: #0D0488;
}
.TagClassName
{
border-color: #0D0488;
}
</style>