Shades of Ultramarine #0D2189
Tints of Ultramarine #0D2189
RGB
CMYK
RGB Variations
Color information
#0D2189 (or 0x0D2189) is known color: Ultramarine. HEX triplet: 0D, 21 and 89. RGB value is (13,33,137). Sum of RGB (Red+Green+Blue) = 13+33+137=183 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.10% from 183); Green value is 33 (13.28% from 255 or 18.03% from 183); Blue value is 137 (53.91% from 255 or 74.86% from 183); Max value from RGB is 137 - color contains mainly: blue. Hex color #0D2189 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D2189 is #F2DE76. Grayscale: #262626. Windows color (decimal): -15916663 or 8986893. OLE color: 8986893.
HSL color Cylindrical-coordinate representation of color #0D2189: hue angle of 230.32º 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 #0D2189 is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 13 | 33 | 137 | - |
| CMYK | 0.91 | 0.76 | 0 | 0.46 |
| HSL | 230.32º | 0.83% | 0.29% | - |
| HSV(B) | 230.32º | 0.91% | 0.54% | - |
| XYZ | 5.23 | 2.98 | 23.97 | - |
| YUV | 38.88 | 183.37 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 33 | 137 | 0.91 | 0.76 | 0 | 0.46 | 230.32 | 0.83 | 0.29 |
| Hex | D | 21 | 89 | 5B | 4C | 0 | 2E | E6 | 53 | 1D |
| Octal | 15 | 41 | 211 | 133 | 114 | 0 | 56 | 346 | 123 | 35 |
| Binary | 1101 | 100001 | 10001001 | 1011011 | 1001100 | 0 | 101110 | 11100110 | 1010011 | 11101 |
Color Harmonies of #0D2189
Complementary color
Monochromatic Colors of #0D2189
Black with #0D2189
Text Example
Text Example
White with #0D2189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2189; }
p { color: rgb(13,33,137); }
H1.HeaderClassName
{
color: #0D2189;
}
.AnyTagClassName
{
color: #0D2189;
}
</style>
background-color css
<style>
a { background-color: #0D2189; }
a { background-color: rgb(13,33,137); }
div.DivClassName
{
background-color: #0D2189;
}
.BgClassName
{
background-color: #0D2189;
}
</style>
border-color css
<style>
span { border-color: #0D2189; }
span { border-color: rgb(13,33,137); }
td.TdClassName
{
border-color: #0D2189;
}
.TagClassName
{
border-color: #0D2189;
}
</style>