Shades of Ultramarine #0D0288
Tints of Ultramarine #0D0288
RGB
CMYK
RGB Variations
Color information
#0D0288 (or 0x0D0288) is known color: Ultramarine. HEX triplet: 0D, 02 and 88. RGB value is (13,2,136). Sum of RGB (Red+Green+Blue) = 13+2+136=151 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.61% from 151); Green value is 2 (1.17% from 255 or 1.32% from 151); Blue value is 136 (53.52% from 255 or 90.07% from 151); Max value from RGB is 136 - color contains mainly: blue. Hex color #0D0288 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D0288 is #F2FD77. Grayscale: #141414. Windows color (decimal): -15924600 or 8913421. OLE color: 8913421.
HSL color Cylindrical-coordinate representation of color #0D0288: hue angle of 244.93º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0D0288 is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 13 | 2 | 136 | - |
| CMYK | 0.90 | 0.99 | 0 | 0.47 |
| HSL | 244.93º | 0.97% | 0.27% | - |
| HSV(B) | 244.93º | 0.99% | 0.53% | - |
| XYZ | 4.63 | 1.91 | 23.42 | - |
| YUV | 20.57 | 193.14 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 2 | 136 | 0.90 | 0.99 | 0 | 0.47 | 244.93 | 0.97 | 0.27 |
| Hex | D | 2 | 88 | 5A | 63 | 0 | 2F | F5 | 61 | 1B |
| Octal | 15 | 2 | 210 | 132 | 143 | 0 | 57 | 365 | 141 | 33 |
| Binary | 1101 | 10 | 10001000 | 1011010 | 1100011 | 0 | 101111 | 11110101 | 1100001 | 11011 |
Color Harmonies of #0D0288
Complementary color
Monochromatic Colors of #0D0288
Black with #0D0288
Text Example
Text Example
White with #0D0288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0288; }
p { color: rgb(13,2,136); }
H1.HeaderClassName
{
color: #0D0288;
}
.AnyTagClassName
{
color: #0D0288;
}
</style>
background-color css
<style>
a { background-color: #0D0288; }
a { background-color: rgb(13,2,136); }
div.DivClassName
{
background-color: #0D0288;
}
.BgClassName
{
background-color: #0D0288;
}
</style>
border-color css
<style>
span { border-color: #0D0288; }
span { border-color: rgb(13,2,136); }
td.TdClassName
{
border-color: #0D0288;
}
.TagClassName
{
border-color: #0D0288;
}
</style>