Shades of Ultramarine #0D078A
Tints of Ultramarine #0D078A
RGB
CMYK
RGB Variations
Color information
#0D078A (or 0x0D078A) is known color: Ultramarine. HEX triplet: 0D, 07 and 8A. RGB value is (13,7,138). Sum of RGB (Red+Green+Blue) = 13+7+138=158 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.23% from 158); Green value is 7 (3.12% from 255 or 4.43% from 158); Blue value is 138 (54.30% from 255 or 87.34% from 158); Max value from RGB is 138 - color contains mainly: blue. Hex color #0D078A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D078A is #F2F875. Grayscale: #171717. Windows color (decimal): -15923318 or 9045773. OLE color: 9045773.
HSL color Cylindrical-coordinate representation of color #0D078A: hue angle of 242.75º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D078A is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 13 | 7 | 138 | - |
| CMYK | 0.91 | 0.95 | 0 | 0.46 |
| HSL | 242.75º | 0.9% | 0.28% | - |
| HSV(B) | 242.75º | 0.95% | 0.54% | - |
| XYZ | 4.83 | 2.07 | 24.19 | - |
| YUV | 23.73 | 192.49 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 7 | 138 | 0.91 | 0.95 | 0 | 0.46 | 242.75 | 0.9 | 0.28 |
| Hex | D | 7 | 8A | 5B | 5F | 0 | 2E | F3 | 5A | 1C |
| Octal | 15 | 7 | 212 | 133 | 137 | 0 | 56 | 363 | 132 | 34 |
| Binary | 1101 | 111 | 10001010 | 1011011 | 1011111 | 0 | 101110 | 11110011 | 1011010 | 11100 |
Color Harmonies of #0D078A
Complementary color
Monochromatic Colors of #0D078A
Black with #0D078A
Text Example
Text Example
White with #0D078A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D078A; }
p { color: rgb(13,7,138); }
H1.HeaderClassName
{
color: #0D078A;
}
.AnyTagClassName
{
color: #0D078A;
}
</style>
background-color css
<style>
a { background-color: #0D078A; }
a { background-color: rgb(13,7,138); }
div.DivClassName
{
background-color: #0D078A;
}
.BgClassName
{
background-color: #0D078A;
}
</style>
border-color css
<style>
span { border-color: #0D078A; }
span { border-color: rgb(13,7,138); }
td.TdClassName
{
border-color: #0D078A;
}
.TagClassName
{
border-color: #0D078A;
}
</style>