Shades of Ultramarine #0D159A
Tints of Ultramarine #0D159A
RGB
CMYK
RGB Variations
Color information
#0D159A (or 0x0D159A) is known color: Ultramarine. HEX triplet: 0D, 15 and 9A. RGB value is (13,21,154). Sum of RGB (Red+Green+Blue) = 13+21+154=188 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.91% from 188); Green value is 21 (8.59% from 255 or 11.17% from 188); Blue value is 154 (60.55% from 255 or 81.91% from 188); Max value from RGB is 154 - color contains mainly: blue. Hex color #0D159A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D159A is #F2EA65. Grayscale: #212121. Windows color (decimal): -15919718 or 10097933. OLE color: 10097933.
HSL color Cylindrical-coordinate representation of color #0D159A: hue angle of 236.6º 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 #0D159A is Cyan = 0.92, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 13 | 21 | 154 | - |
| CMYK | 0.92 | 0.86 | 0 | 0.40 |
| HSL | 236.6º | 0.84% | 0.33% | - |
| HSV(B) | 236.6º | 0.92% | 0.6% | - |
| XYZ | 6.27 | 2.95 | 30.81 | - |
| YUV | 33.77 | 195.85 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 21 | 154 | 0.92 | 0.86 | 0 | 0.40 | 236.6 | 0.84 | 0.33 |
| Hex | D | 15 | 9A | 5C | 56 | 0 | 28 | ED | 54 | 21 |
| Octal | 15 | 25 | 232 | 134 | 126 | 0 | 50 | 355 | 124 | 41 |
| Binary | 1101 | 10101 | 10011010 | 1011100 | 1010110 | 0 | 101000 | 11101101 | 1010100 | 100001 |
Color Harmonies of #0D159A
Complementary color
Monochromatic Colors of #0D159A
Black with #0D159A
Text Example
Text Example
White with #0D159A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D159A; }
p { color: rgb(13,21,154); }
H1.HeaderClassName
{
color: #0D159A;
}
.AnyTagClassName
{
color: #0D159A;
}
</style>
background-color css
<style>
a { background-color: #0D159A; }
a { background-color: rgb(13,21,154); }
div.DivClassName
{
background-color: #0D159A;
}
.BgClassName
{
background-color: #0D159A;
}
</style>
border-color css
<style>
span { border-color: #0D159A; }
span { border-color: rgb(13,21,154); }
td.TdClassName
{
border-color: #0D159A;
}
.TagClassName
{
border-color: #0D159A;
}
</style>