Shades of Ultramarine #0D0388
Tints of Ultramarine #0D0388
RGB
CMYK
RGB Variations
Color information
#0D0388 (or 0x0D0388) is known color: Ultramarine. HEX triplet: 0D, 03 and 88. RGB value is (13,3,136). Sum of RGB (Red+Green+Blue) = 13+3+136=152 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.55% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 136 (53.52% from 255 or 89.47% from 152); Max value from RGB is 136 - color contains mainly: blue. Hex color #0D0388 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D0388 is #F2FC77. Grayscale: #141414. Windows color (decimal): -15924344 or 8913677. OLE color: 8913677.
HSL color Cylindrical-coordinate representation of color #0D0388: hue angle of 244.51º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0D0388 is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 13 | 3 | 136 | - |
| CMYK | 0.90 | 0.98 | 0 | 0.47 |
| HSL | 244.51º | 0.96% | 0.27% | - |
| HSV(B) | 244.51º | 0.98% | 0.53% | - |
| XYZ | 4.64 | 1.93 | 23.42 | - |
| YUV | 21.15 | 192.81 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 3 | 136 | 0.90 | 0.98 | 0 | 0.47 | 244.51 | 0.96 | 0.27 |
| Hex | D | 3 | 88 | 5A | 62 | 0 | 2F | F5 | 60 | 1B |
| Octal | 15 | 3 | 210 | 132 | 142 | 0 | 57 | 365 | 140 | 33 |
| Binary | 1101 | 11 | 10001000 | 1011010 | 1100010 | 0 | 101111 | 11110101 | 1100000 | 11011 |
Color Harmonies of #0D0388
Complementary color
Monochromatic Colors of #0D0388
Black with #0D0388
Text Example
Text Example
White with #0D0388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0388; }
p { color: rgb(13,3,136); }
H1.HeaderClassName
{
color: #0D0388;
}
.AnyTagClassName
{
color: #0D0388;
}
</style>
background-color css
<style>
a { background-color: #0D0388; }
a { background-color: rgb(13,3,136); }
div.DivClassName
{
background-color: #0D0388;
}
.BgClassName
{
background-color: #0D0388;
}
</style>
border-color css
<style>
span { border-color: #0D0388; }
span { border-color: rgb(13,3,136); }
td.TdClassName
{
border-color: #0D0388;
}
.TagClassName
{
border-color: #0D0388;
}
</style>