Shades of Ultramarine #0D038A
Tints of Ultramarine #0D038A
RGB
CMYK
RGB Variations
Color information
#0D038A (or 0x0D038A) is known color: Ultramarine. HEX triplet: 0D, 03 and 8A. RGB value is (13,3,138). Sum of RGB (Red+Green+Blue) = 13+3+138=154 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.44% from 154); Green value is 3 (1.56% from 255 or 1.95% from 154); Blue value is 138 (54.30% from 255 or 89.61% from 154); Max value from RGB is 138 - color contains mainly: blue. Hex color #0D038A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D038A is #F2FC75. Grayscale: #141414. Windows color (decimal): -15924342 or 9044749. OLE color: 9044749.
HSL color Cylindrical-coordinate representation of color #0D038A: hue angle of 244.44º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0D038A is Cyan = 0.91, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 13 | 3 | 138 | - |
| CMYK | 0.91 | 0.98 | 0 | 0.46 |
| HSL | 244.44º | 0.96% | 0.28% | - |
| HSV(B) | 244.44º | 0.98% | 0.54% | - |
| XYZ | 4.79 | 1.99 | 24.18 | - |
| YUV | 21.38 | 193.81 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 3 | 138 | 0.91 | 0.98 | 0 | 0.46 | 244.44 | 0.96 | 0.28 |
| Hex | D | 3 | 8A | 5B | 62 | 0 | 2E | F4 | 60 | 1C |
| Octal | 15 | 3 | 212 | 133 | 142 | 0 | 56 | 364 | 140 | 34 |
| Binary | 1101 | 11 | 10001010 | 1011011 | 1100010 | 0 | 101110 | 11110100 | 1100000 | 11100 |
Color Harmonies of #0D038A
Complementary color
Monochromatic Colors of #0D038A
Black with #0D038A
Text Example
Text Example
White with #0D038A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D038A; }
p { color: rgb(13,3,138); }
H1.HeaderClassName
{
color: #0D038A;
}
.AnyTagClassName
{
color: #0D038A;
}
</style>
background-color css
<style>
a { background-color: #0D038A; }
a { background-color: rgb(13,3,138); }
div.DivClassName
{
background-color: #0D038A;
}
.BgClassName
{
background-color: #0D038A;
}
</style>
border-color css
<style>
span { border-color: #0D038A; }
span { border-color: rgb(13,3,138); }
td.TdClassName
{
border-color: #0D038A;
}
.TagClassName
{
border-color: #0D038A;
}
</style>