Shades of Ultramarine #0D088B
Tints of Ultramarine #0D088B
RGB
CMYK
RGB Variations
Color information
#0D088B (or 0x0D088B) is known color: Ultramarine. HEX triplet: 0D, 08 and 8B. RGB value is (13,8,139). Sum of RGB (Red+Green+Blue) = 13+8+139=160 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.12% from 160); Green value is 8 (3.52% from 255 or 5% from 160); Blue value is 139 (54.69% from 255 or 86.88% from 160); Max value from RGB is 139 - color contains mainly: blue. Hex color #0D088B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D088B is #F2F774. Grayscale: #171717. Windows color (decimal): -15923061 or 9111565. OLE color: 9111565.
HSL color Cylindrical-coordinate representation of color #0D088B: hue angle of 242.29º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D088B is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 13 | 8 | 139 | - |
| CMYK | 0.91 | 0.94 | 0 | 0.45 |
| HSL | 242.29º | 0.89% | 0.29% | - |
| HSV(B) | 242.29º | 0.94% | 0.55% | - |
| XYZ | 4.91 | 2.12 | 24.58 | - |
| YUV | 24.43 | 192.66 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 8 | 139 | 0.91 | 0.94 | 0 | 0.45 | 242.29 | 0.89 | 0.29 |
| Hex | D | 8 | 8B | 5B | 5E | 0 | 2D | F2 | 59 | 1D |
| Octal | 15 | 10 | 213 | 133 | 136 | 0 | 55 | 362 | 131 | 35 |
| Binary | 1101 | 1000 | 10001011 | 1011011 | 1011110 | 0 | 101101 | 11110010 | 1011001 | 11101 |
Color Harmonies of #0D088B
Complementary color
Monochromatic Colors of #0D088B
Black with #0D088B
Text Example
Text Example
White with #0D088B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D088B; }
p { color: rgb(13,8,139); }
H1.HeaderClassName
{
color: #0D088B;
}
.AnyTagClassName
{
color: #0D088B;
}
</style>
background-color css
<style>
a { background-color: #0D088B; }
a { background-color: rgb(13,8,139); }
div.DivClassName
{
background-color: #0D088B;
}
.BgClassName
{
background-color: #0D088B;
}
</style>
border-color css
<style>
span { border-color: #0D088B; }
span { border-color: rgb(13,8,139); }
td.TdClassName
{
border-color: #0D088B;
}
.TagClassName
{
border-color: #0D088B;
}
</style>