Shades of Ultramarine #0D0290
Tints of Ultramarine #0D0290
RGB
CMYK
RGB Variations
Color information
#0D0290 (or 0x0D0290) is known color: Ultramarine. HEX triplet: 0D, 02 and 90. RGB value is (13,2,144). Sum of RGB (Red+Green+Blue) = 13+2+144=159 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.18% from 159); Green value is 2 (1.17% from 255 or 1.26% from 159); Blue value is 144 (56.64% from 255 or 90.57% from 159); Max value from RGB is 144 - color contains mainly: blue. Hex color #0D0290 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D0290 is #F2FD6F. Grayscale: #141414. Windows color (decimal): -15924592 or 9437709. OLE color: 9437709.
HSL color Cylindrical-coordinate representation of color #0D0290: hue angle of 244.65º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0D0290 is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 13 | 2 | 144 | - |
| CMYK | 0.91 | 0.99 | 0 | 0.44 |
| HSL | 244.65º | 0.97% | 0.29% | - |
| HSV(B) | 244.65º | 0.99% | 0.56% | - |
| XYZ | 5.22 | 2.14 | 26.52 | - |
| YUV | 21.48 | 197.14 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 2 | 144 | 0.91 | 0.99 | 0 | 0.44 | 244.65 | 0.97 | 0.29 |
| Hex | D | 2 | 90 | 5B | 63 | 0 | 2C | F5 | 61 | 1D |
| Octal | 15 | 2 | 220 | 133 | 143 | 0 | 54 | 365 | 141 | 35 |
| Binary | 1101 | 10 | 10010000 | 1011011 | 1100011 | 0 | 101100 | 11110101 | 1100001 | 11101 |
Color Harmonies of #0D0290
Complementary color
Monochromatic Colors of #0D0290
Black with #0D0290
Text Example
Text Example
White with #0D0290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0290; }
p { color: rgb(13,2,144); }
H1.HeaderClassName
{
color: #0D0290;
}
.AnyTagClassName
{
color: #0D0290;
}
</style>
background-color css
<style>
a { background-color: #0D0290; }
a { background-color: rgb(13,2,144); }
div.DivClassName
{
background-color: #0D0290;
}
.BgClassName
{
background-color: #0D0290;
}
</style>
border-color css
<style>
span { border-color: #0D0290; }
span { border-color: rgb(13,2,144); }
td.TdClassName
{
border-color: #0D0290;
}
.TagClassName
{
border-color: #0D0290;
}
</style>