Shades of Ultramarine #0D139B
Tints of Ultramarine #0D139B
RGB
CMYK
RGB Variations
Color information
#0D139B (or 0x0D139B) is known color: Ultramarine. HEX triplet: 0D, 13 and 9B. RGB value is (13,19,155). Sum of RGB (Red+Green+Blue) = 13+19+155=187 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.95% from 187); Green value is 19 (7.81% from 255 or 10.16% from 187); Blue value is 155 (60.94% from 255 or 82.89% from 187); Max value from RGB is 155 - color contains mainly: blue. Hex color #0D139B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D139B is #F2EC64. Grayscale: #202020. Windows color (decimal): -15920229 or 10162957. OLE color: 10162957.
HSL color Cylindrical-coordinate representation of color #0D139B: hue angle of 237.46º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D139B is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 13 | 19 | 155 | - |
| CMYK | 0.92 | 0.88 | 0 | 0.39 |
| HSL | 237.46º | 0.85% | 0.33% | - |
| HSV(B) | 237.46º | 0.92% | 0.61% | - |
| XYZ | 6.32 | 2.92 | 31.24 | - |
| YUV | 32.71 | 197.01 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 19 | 155 | 0.92 | 0.88 | 0 | 0.39 | 237.46 | 0.85 | 0.33 |
| Hex | D | 13 | 9B | 5C | 58 | 0 | 27 | ED | 55 | 21 |
| Octal | 15 | 23 | 233 | 134 | 130 | 0 | 47 | 355 | 125 | 41 |
| Binary | 1101 | 10011 | 10011011 | 1011100 | 1011000 | 0 | 100111 | 11101101 | 1010101 | 100001 |
Color Harmonies of #0D139B
Complementary color
Monochromatic Colors of #0D139B
Black with #0D139B
Text Example
Text Example
White with #0D139B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D139B; }
p { color: rgb(13,19,155); }
H1.HeaderClassName
{
color: #0D139B;
}
.AnyTagClassName
{
color: #0D139B;
}
</style>
background-color css
<style>
a { background-color: #0D139B; }
a { background-color: rgb(13,19,155); }
div.DivClassName
{
background-color: #0D139B;
}
.BgClassName
{
background-color: #0D139B;
}
</style>
border-color css
<style>
span { border-color: #0D139B; }
span { border-color: rgb(13,19,155); }
td.TdClassName
{
border-color: #0D139B;
}
.TagClassName
{
border-color: #0D139B;
}
</style>