Shades of Ultramarine #0D19A4
Tints of Ultramarine #0D19A4
RGB
CMYK
RGB Variations
Color information
#0D19A4 (or 0x0D19A4) is known color: Ultramarine. HEX triplet: 0D, 19 and A4. RGB value is (13,25,164). Sum of RGB (Red+Green+Blue) = 13+25+164=202 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.44% from 202); Green value is 25 (10.16% from 255 or 12.38% from 202); Blue value is 164 (64.45% from 255 or 81.19% from 202); Max value from RGB is 164 - color contains mainly: blue. Hex color #0D19A4 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D19A4 is #F2E65B. Grayscale: #242424. Windows color (decimal): -15918684 or 10754317. OLE color: 10754317.
HSL color Cylindrical-coordinate representation of color #0D19A4: hue angle of 235.23º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D19A4 is Cyan = 0.92, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 13 | 25 | 164 | - |
| CMYK | 0.92 | 0.85 | 0 | 0.36 |
| HSL | 235.23º | 0.85% | 0.35% | - |
| HSV(B) | 235.23º | 0.92% | 0.64% | - |
| XYZ | 7.21 | 3.46 | 35.41 | - |
| YUV | 37.26 | 199.52 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 25 | 164 | 0.92 | 0.85 | 0 | 0.36 | 235.23 | 0.85 | 0.35 |
| Hex | D | 19 | A4 | 5C | 55 | 0 | 24 | EB | 55 | 23 |
| Octal | 15 | 31 | 244 | 134 | 125 | 0 | 44 | 353 | 125 | 43 |
| Binary | 1101 | 11001 | 10100100 | 1011100 | 1010101 | 0 | 100100 | 11101011 | 1010101 | 100011 |
Color Harmonies of #0D19A4
Complementary color
Monochromatic Colors of #0D19A4
Black with #0D19A4
Text Example
Text Example
White with #0D19A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D19A4; }
p { color: rgb(13,25,164); }
H1.HeaderClassName
{
color: #0D19A4;
}
.AnyTagClassName
{
color: #0D19A4;
}
</style>
background-color css
<style>
a { background-color: #0D19A4; }
a { background-color: rgb(13,25,164); }
div.DivClassName
{
background-color: #0D19A4;
}
.BgClassName
{
background-color: #0D19A4;
}
</style>
border-color css
<style>
span { border-color: #0D19A4; }
span { border-color: rgb(13,25,164); }
td.TdClassName
{
border-color: #0D19A4;
}
.TagClassName
{
border-color: #0D19A4;
}
</style>