Shades of Ultramarine #0D0B95
Tints of Ultramarine #0D0B95
RGB
CMYK
RGB Variations
Color information
#0D0B95 (or 0x0D0B95) is known color: Ultramarine. HEX triplet: 0D, 0B and 95. RGB value is (13,11,149). Sum of RGB (Red+Green+Blue) = 13+11+149=173 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.51% from 173); Green value is 11 (4.69% from 255 or 6.36% from 173); Blue value is 149 (58.59% from 255 or 86.13% from 173); Max value from RGB is 149 - color contains mainly: blue. Hex color #0D0B95 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D0B95 is #F2F46A. Grayscale: #1A1A1A. Windows color (decimal): -15922283 or 9767693. OLE color: 9767693.
HSL color Cylindrical-coordinate representation of color #0D0B95: hue angle of 240.87º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D0B95 is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 11 | 149 | - |
| CMYK | 0.91 | 0.93 | 0 | 0.42 |
| HSL | 240.87º | 0.86% | 0.31% | - |
| HSV(B) | 240.87º | 0.93% | 0.58% | - |
| XYZ | 5.71 | 2.49 | 28.61 | - |
| YUV | 27.33 | 196.66 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 11 | 149 | 0.91 | 0.93 | 0 | 0.42 | 240.87 | 0.86 | 0.31 |
| Hex | D | B | 95 | 5B | 5D | 0 | 2A | F1 | 56 | 1F |
| Octal | 15 | 13 | 225 | 133 | 135 | 0 | 52 | 361 | 126 | 37 |
| Binary | 1101 | 1011 | 10010101 | 1011011 | 1011101 | 0 | 101010 | 11110001 | 1010110 | 11111 |
Color Harmonies of #0D0B95
Complementary color
Monochromatic Colors of #0D0B95
Black with #0D0B95
Text Example
Text Example
White with #0D0B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0B95; }
p { color: rgb(13,11,149); }
H1.HeaderClassName
{
color: #0D0B95;
}
.AnyTagClassName
{
color: #0D0B95;
}
</style>
background-color css
<style>
a { background-color: #0D0B95; }
a { background-color: rgb(13,11,149); }
div.DivClassName
{
background-color: #0D0B95;
}
.BgClassName
{
background-color: #0D0B95;
}
</style>
border-color css
<style>
span { border-color: #0D0B95; }
span { border-color: rgb(13,11,149); }
td.TdClassName
{
border-color: #0D0B95;
}
.TagClassName
{
border-color: #0D0B95;
}
</style>