Shades of Ultramarine #0D0199
Tints of Ultramarine #0D0199
RGB
CMYK
RGB Variations
Color information
#0D0199 (or 0x0D0199) is known color: Ultramarine. HEX triplet: 0D, 01 and 99. RGB value is (13,1,153). Sum of RGB (Red+Green+Blue) = 13+1+153=167 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.78% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 153 (60.16% from 255 or 91.62% from 167); Max value from RGB is 153 - color contains mainly: blue. Hex color #0D0199 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D0199 is #F2FE66. Grayscale: #151515. Windows color (decimal): -15924839 or 10027277. OLE color: 10027277.
HSL color Cylindrical-coordinate representation of color #0D0199: hue angle of 244.74º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0D0199 is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 13 | 1 | 153 | - |
| CMYK | 0.92 | 0.99 | 0 | 0.4 |
| HSL | 244.74º | 0.99% | 0.3% | - |
| HSV(B) | 244.74º | 0.99% | 0.6% | - |
| XYZ | 5.93 | 2.41 | 30.29 | - |
| YUV | 21.92 | 201.98 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 1 | 153 | 0.92 | 0.99 | 0 | 0.4 | 244.74 | 0.99 | 0.3 |
| Hex | D | 1 | 99 | 5C | 63 | 0 | 28 | F5 | 63 | 1E |
| Octal | 15 | 1 | 231 | 134 | 143 | 0 | 50 | 365 | 143 | 36 |
| Binary | 1101 | 1 | 10011001 | 1011100 | 1100011 | 0 | 101000 | 11110101 | 1100011 | 11110 |
Color Harmonies of #0D0199
Complementary color
Monochromatic Colors of #0D0199
Black with #0D0199
Text Example
Text Example
White with #0D0199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0199; }
p { color: rgb(13,1,153); }
H1.HeaderClassName
{
color: #0D0199;
}
.AnyTagClassName
{
color: #0D0199;
}
</style>
background-color css
<style>
a { background-color: #0D0199; }
a { background-color: rgb(13,1,153); }
div.DivClassName
{
background-color: #0D0199;
}
.BgClassName
{
background-color: #0D0199;
}
</style>
border-color css
<style>
span { border-color: #0D0199; }
span { border-color: rgb(13,1,153); }
td.TdClassName
{
border-color: #0D0199;
}
.TagClassName
{
border-color: #0D0199;
}
</style>