Shades of Ultramarine #0D0091
Tints of Ultramarine #0D0091
RGB
CMYK
RGB Variations
Color information
#0D0091 (or 0x0D0091) is known color: Ultramarine. HEX triplet: 0D, 00 and 91. RGB value is (13,0,145). Sum of RGB (Red+Green+Blue) = 13+0+145=158 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.23% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 145 (57.03% from 255 or 91.77% from 158); Max value from RGB is 145 - color contains mainly: blue. Hex color #0D0091 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D0091 is #F2FF6E. Grayscale: #131313. Windows color (decimal): -15925103 or 9502733. OLE color: 9502733.
HSL color Cylindrical-coordinate representation of color #0D0091: hue angle of 245.38º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0D0091 is Cyan = 0.91, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 13 | 0 | 145 | - |
| CMYK | 0.91 | 1 | 0 | 0.43 |
| HSL | 245.38º | 1% | 0.28% | - |
| HSV(B) | 245.38º | 1% | 0.57% | - |
| XYZ | 5.28 | 2.13 | 26.92 | - |
| YUV | 20.42 | 198.31 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 0 | 145 | 0.91 | 1 | 0 | 0.43 | 245.38 | 1 | 0.28 |
| Hex | D | 0 | 91 | 5B | 64 | 0 | 2B | F5 | 64 | 1C |
| Octal | 15 | 0 | 221 | 133 | 144 | 0 | 53 | 365 | 144 | 34 |
| Binary | 1101 | 0 | 10010001 | 1011011 | 1100100 | 0 | 101011 | 11110101 | 1100100 | 11100 |
Color Harmonies of #0D0091
Complementary color
Monochromatic Colors of #0D0091
Black with #0D0091
Text Example
Text Example
White with #0D0091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0091; }
p { color: rgb(13,0,145); }
H1.HeaderClassName
{
color: #0D0091;
}
.AnyTagClassName
{
color: #0D0091;
}
</style>
background-color css
<style>
a { background-color: #0D0091; }
a { background-color: rgb(13,0,145); }
div.DivClassName
{
background-color: #0D0091;
}
.BgClassName
{
background-color: #0D0091;
}
</style>
border-color css
<style>
span { border-color: #0D0091; }
span { border-color: rgb(13,0,145); }
td.TdClassName
{
border-color: #0D0091;
}
.TagClassName
{
border-color: #0D0091;
}
</style>