Shades of Ultramarine #0D038B
Tints of Ultramarine #0D038B
RGB
CMYK
RGB Variations
Color information
#0D038B (or 0x0D038B) is known color: Ultramarine. HEX triplet: 0D, 03 and 8B. RGB value is (13,3,139). Sum of RGB (Red+Green+Blue) = 13+3+139=155 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.39% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 139 (54.69% from 255 or 89.68% from 155); Max value from RGB is 139 - color contains mainly: blue. Hex color #0D038B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D038B is #F2FC74. Grayscale: #141414. Windows color (decimal): -15924341 or 9110285. OLE color: 9110285.
HSL color Cylindrical-coordinate representation of color #0D038B: hue angle of 244.41º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0D038B is Cyan = 0.91, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 13 | 3 | 139 | - |
| CMYK | 0.91 | 0.98 | 0 | 0.45 |
| HSL | 244.41º | 0.96% | 0.28% | - |
| HSV(B) | 244.41º | 0.98% | 0.55% | - |
| XYZ | 4.86 | 2.01 | 24.56 | - |
| YUV | 21.49 | 194.31 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 3 | 139 | 0.91 | 0.98 | 0 | 0.45 | 244.41 | 0.96 | 0.28 |
| Hex | D | 3 | 8B | 5B | 62 | 0 | 2D | F4 | 60 | 1C |
| Octal | 15 | 3 | 213 | 133 | 142 | 0 | 55 | 364 | 140 | 34 |
| Binary | 1101 | 11 | 10001011 | 1011011 | 1100010 | 0 | 101101 | 11110100 | 1100000 | 11100 |
Color Harmonies of #0D038B
Complementary color
Monochromatic Colors of #0D038B
Black with #0D038B
Text Example
Text Example
White with #0D038B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D038B; }
p { color: rgb(13,3,139); }
H1.HeaderClassName
{
color: #0D038B;
}
.AnyTagClassName
{
color: #0D038B;
}
</style>
background-color css
<style>
a { background-color: #0D038B; }
a { background-color: rgb(13,3,139); }
div.DivClassName
{
background-color: #0D038B;
}
.BgClassName
{
background-color: #0D038B;
}
</style>
border-color css
<style>
span { border-color: #0D038B; }
span { border-color: rgb(13,3,139); }
td.TdClassName
{
border-color: #0D038B;
}
.TagClassName
{
border-color: #0D038B;
}
</style>