Shades of Ultramarine #0D0F89
Tints of Ultramarine #0D0F89
RGB
CMYK
RGB Variations
Color information
#0D0F89 (or 0x0D0F89) is known color: Ultramarine. HEX triplet: 0D, 0F and 89. RGB value is (13,15,137). Sum of RGB (Red+Green+Blue) = 13+15+137=165 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.88% from 165); Green value is 15 (6.25% from 255 or 9.09% from 165); Blue value is 137 (53.91% from 255 or 83.03% from 165); Max value from RGB is 137 - color contains mainly: blue. Hex color #0D0F89 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D0F89 is #F2F076. Grayscale: #1B1B1B. Windows color (decimal): -15921271 or 8982285. OLE color: 8982285.
HSL color Cylindrical-coordinate representation of color #0D0F89: hue angle of 239.03º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D0F89 is Cyan = 0.91, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 13 | 15 | 137 | - |
| CMYK | 0.91 | 0.89 | 0 | 0.46 |
| HSL | 239.03º | 0.83% | 0.29% | - |
| HSV(B) | 239.03º | 0.91% | 0.54% | - |
| XYZ | 4.85 | 2.23 | 23.84 | - |
| YUV | 28.31 | 189.34 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 15 | 137 | 0.91 | 0.89 | 0 | 0.46 | 239.03 | 0.83 | 0.29 |
| Hex | D | F | 89 | 5B | 59 | 0 | 2E | EF | 53 | 1D |
| Octal | 15 | 17 | 211 | 133 | 131 | 0 | 56 | 357 | 123 | 35 |
| Binary | 1101 | 1111 | 10001001 | 1011011 | 1011001 | 0 | 101110 | 11101111 | 1010011 | 11101 |
Color Harmonies of #0D0F89
Complementary color
Monochromatic Colors of #0D0F89
Black with #0D0F89
Text Example
Text Example
White with #0D0F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0F89; }
p { color: rgb(13,15,137); }
H1.HeaderClassName
{
color: #0D0F89;
}
.AnyTagClassName
{
color: #0D0F89;
}
</style>
background-color css
<style>
a { background-color: #0D0F89; }
a { background-color: rgb(13,15,137); }
div.DivClassName
{
background-color: #0D0F89;
}
.BgClassName
{
background-color: #0D0F89;
}
</style>
border-color css
<style>
span { border-color: #0D0F89; }
span { border-color: rgb(13,15,137); }
td.TdClassName
{
border-color: #0D0F89;
}
.TagClassName
{
border-color: #0D0F89;
}
</style>