Shades of Ultramarine #0D1295
Tints of Ultramarine #0D1295
RGB
CMYK
RGB Variations
Color information
#0D1295 (or 0x0D1295) is known color: Ultramarine. HEX triplet: 0D, 12 and 95. RGB value is (13,18,149). Sum of RGB (Red+Green+Blue) = 13+18+149=180 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.22% from 180); Green value is 18 (7.42% from 255 or 10% from 180); Blue value is 149 (58.59% from 255 or 82.78% from 180); Max value from RGB is 149 - color contains mainly: blue. Hex color #0D1295 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D1295 is #F2ED6A. Grayscale: #1E1E1E. Windows color (decimal): -15920491 or 9769485. OLE color: 9769485.
HSL color Cylindrical-coordinate representation of color #0D1295: hue angle of 237.79º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D1295 is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 18 | 149 | - |
| CMYK | 0.91 | 0.88 | 0 | 0.42 |
| HSL | 237.79º | 0.84% | 0.32% | - |
| HSV(B) | 237.79º | 0.91% | 0.58% | - |
| XYZ | 5.81 | 2.69 | 28.65 | - |
| YUV | 31.44 | 194.34 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 18 | 149 | 0.91 | 0.88 | 0 | 0.42 | 237.79 | 0.84 | 0.32 |
| Hex | D | 12 | 95 | 5B | 58 | 0 | 2A | EE | 54 | 20 |
| Octal | 15 | 22 | 225 | 133 | 130 | 0 | 52 | 356 | 124 | 40 |
| Binary | 1101 | 10010 | 10010101 | 1011011 | 1011000 | 0 | 101010 | 11101110 | 1010100 | 100000 |
Color Harmonies of #0D1295
Complementary color
Monochromatic Colors of #0D1295
Black with #0D1295
Text Example
Text Example
White with #0D1295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1295; }
p { color: rgb(13,18,149); }
H1.HeaderClassName
{
color: #0D1295;
}
.AnyTagClassName
{
color: #0D1295;
}
</style>
background-color css
<style>
a { background-color: #0D1295; }
a { background-color: rgb(13,18,149); }
div.DivClassName
{
background-color: #0D1295;
}
.BgClassName
{
background-color: #0D1295;
}
</style>
border-color css
<style>
span { border-color: #0D1295; }
span { border-color: rgb(13,18,149); }
td.TdClassName
{
border-color: #0D1295;
}
.TagClassName
{
border-color: #0D1295;
}
</style>