Shades of Ultramarine #0D109B
Tints of Ultramarine #0D109B
RGB
CMYK
RGB Variations
Color information
#0D109B (or 0x0D109B) is known color: Ultramarine. HEX triplet: 0D, 10 and 9B. RGB value is (13,16,155). Sum of RGB (Red+Green+Blue) = 13+16+155=184 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.07% from 184); Green value is 16 (6.64% from 255 or 8.70% from 184); Blue value is 155 (60.94% from 255 or 84.24% from 184); Max value from RGB is 155 - color contains mainly: blue. Hex color #0D109B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D109B is #F2EF64. Grayscale: #1E1E1E. Windows color (decimal): -15920997 or 10162189. OLE color: 10162189.
HSL color Cylindrical-coordinate representation of color #0D109B: hue angle of 238.73º 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 #0D109B is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 13 | 16 | 155 | - |
| CMYK | 0.92 | 0.90 | 0 | 0.39 |
| HSL | 238.73º | 0.85% | 0.33% | - |
| HSV(B) | 238.73º | 0.92% | 0.61% | - |
| XYZ | 6.27 | 2.82 | 31.22 | - |
| YUV | 30.95 | 198.01 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 16 | 155 | 0.92 | 0.90 | 0 | 0.39 | 238.73 | 0.85 | 0.33 |
| Hex | D | 10 | 9B | 5C | 5A | 0 | 27 | EF | 55 | 21 |
| Octal | 15 | 20 | 233 | 134 | 132 | 0 | 47 | 357 | 125 | 41 |
| Binary | 1101 | 10000 | 10011011 | 1011100 | 1011010 | 0 | 100111 | 11101111 | 1010101 | 100001 |
Color Harmonies of #0D109B
Complementary color
Monochromatic Colors of #0D109B
Black with #0D109B
Text Example
Text Example
White with #0D109B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D109B; }
p { color: rgb(13,16,155); }
H1.HeaderClassName
{
color: #0D109B;
}
.AnyTagClassName
{
color: #0D109B;
}
</style>
background-color css
<style>
a { background-color: #0D109B; }
a { background-color: rgb(13,16,155); }
div.DivClassName
{
background-color: #0D109B;
}
.BgClassName
{
background-color: #0D109B;
}
</style>
border-color css
<style>
span { border-color: #0D109B; }
span { border-color: rgb(13,16,155); }
td.TdClassName
{
border-color: #0D109B;
}
.TagClassName
{
border-color: #0D109B;
}
</style>