Shades of Ultramarine #0D199A
Tints of Ultramarine #0D199A
RGB
CMYK
RGB Variations
Color information
#0D199A (or 0x0D199A) is known color: Ultramarine. HEX triplet: 0D, 19 and 9A. RGB value is (13,25,154). Sum of RGB (Red+Green+Blue) = 13+25+154=192 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.77% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 154 (60.55% from 255 or 80.21% from 192); Max value from RGB is 154 - color contains mainly: blue. Hex color #0D199A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D199A is #F2E665. Grayscale: #232323. Windows color (decimal): -15918694 or 10098957. OLE color: 10098957.
HSL color Cylindrical-coordinate representation of color #0D199A: hue angle of 234.89º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D199A is Cyan = 0.92, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 13 | 25 | 154 | - |
| CMYK | 0.92 | 0.84 | 0 | 0.40 |
| HSL | 234.89º | 0.84% | 0.33% | - |
| HSV(B) | 234.89º | 0.92% | 0.6% | - |
| XYZ | 6.35 | 3.11 | 30.84 | - |
| YUV | 36.12 | 194.52 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 25 | 154 | 0.92 | 0.84 | 0 | 0.40 | 234.89 | 0.84 | 0.33 |
| Hex | D | 19 | 9A | 5C | 54 | 0 | 28 | EB | 54 | 21 |
| Octal | 15 | 31 | 232 | 134 | 124 | 0 | 50 | 353 | 124 | 41 |
| Binary | 1101 | 11001 | 10011010 | 1011100 | 1010100 | 0 | 101000 | 11101011 | 1010100 | 100001 |
Color Harmonies of #0D199A
Complementary color
Monochromatic Colors of #0D199A
Black with #0D199A
Text Example
Text Example
White with #0D199A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D199A; }
p { color: rgb(13,25,154); }
H1.HeaderClassName
{
color: #0D199A;
}
.AnyTagClassName
{
color: #0D199A;
}
</style>
background-color css
<style>
a { background-color: #0D199A; }
a { background-color: rgb(13,25,154); }
div.DivClassName
{
background-color: #0D199A;
}
.BgClassName
{
background-color: #0D199A;
}
</style>
border-color css
<style>
span { border-color: #0D199A; }
span { border-color: rgb(13,25,154); }
td.TdClassName
{
border-color: #0D199A;
}
.TagClassName
{
border-color: #0D199A;
}
</style>