Shades of Ultramarine #0D198B
Tints of Ultramarine #0D198B
RGB
CMYK
RGB Variations
Color information
#0D198B (or 0x0D198B) is known color: Ultramarine. HEX triplet: 0D, 19 and 8B. RGB value is (13,25,139). Sum of RGB (Red+Green+Blue) = 13+25+139=177 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.34% from 177); Green value is 25 (10.16% from 255 or 14.12% from 177); Blue value is 139 (54.69% from 255 or 78.53% from 177); Max value from RGB is 139 - color contains mainly: blue. Hex color #0D198B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D198B is #F2E674. Grayscale: #212121. Windows color (decimal): -15918709 or 9115917. OLE color: 9115917.
HSL color Cylindrical-coordinate representation of color #0D198B: hue angle of 234.29º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D198B is Cyan = 0.91, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 13 | 25 | 139 | - |
| CMYK | 0.91 | 0.82 | 0 | 0.45 |
| HSL | 234.29º | 0.83% | 0.3% | - |
| HSV(B) | 234.29º | 0.91% | 0.55% | - |
| XYZ | 5.17 | 2.64 | 24.66 | - |
| YUV | 34.41 | 187.02 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 25 | 139 | 0.91 | 0.82 | 0 | 0.45 | 234.29 | 0.83 | 0.3 |
| Hex | D | 19 | 8B | 5B | 52 | 0 | 2D | EA | 53 | 1E |
| Octal | 15 | 31 | 213 | 133 | 122 | 0 | 55 | 352 | 123 | 36 |
| Binary | 1101 | 11001 | 10001011 | 1011011 | 1010010 | 0 | 101101 | 11101010 | 1010011 | 11110 |
Color Harmonies of #0D198B
Complementary color
Monochromatic Colors of #0D198B
Black with #0D198B
Text Example
Text Example
White with #0D198B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D198B; }
p { color: rgb(13,25,139); }
H1.HeaderClassName
{
color: #0D198B;
}
.AnyTagClassName
{
color: #0D198B;
}
</style>
background-color css
<style>
a { background-color: #0D198B; }
a { background-color: rgb(13,25,139); }
div.DivClassName
{
background-color: #0D198B;
}
.BgClassName
{
background-color: #0D198B;
}
</style>
border-color css
<style>
span { border-color: #0D198B; }
span { border-color: rgb(13,25,139); }
td.TdClassName
{
border-color: #0D198B;
}
.TagClassName
{
border-color: #0D198B;
}
</style>