Shades of Ultramarine #0D0384
Tints of Ultramarine #0D0384
RGB
CMYK
RGB Variations
Color information
#0D0384 (or 0x0D0384) is known color: Ultramarine. HEX triplet: 0D, 03 and 84. RGB value is (13,3,132). Sum of RGB (Red+Green+Blue) = 13+3+132=148 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.78% from 148); Green value is 3 (1.56% from 255 or 2.03% from 148); Blue value is 132 (51.95% from 255 or 89.19% from 148); Max value from RGB is 132 - color contains mainly: blue. Hex color #0D0384 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D0384 is #F2FC7B. Grayscale: #141414. Windows color (decimal): -15924348 or 8651533. OLE color: 8651533.
HSL color Cylindrical-coordinate representation of color #0D0384: hue angle of 244.65º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0D0384 is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 13 | 3 | 132 | - |
| CMYK | 0.90 | 0.98 | 0 | 0.48 |
| HSL | 244.65º | 0.96% | 0.26% | - |
| HSV(B) | 244.65º | 0.98% | 0.52% | - |
| XYZ | 4.36 | 1.82 | 21.95 | - |
| YUV | 20.7 | 190.81 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 3 | 132 | 0.90 | 0.98 | 0 | 0.48 | 244.65 | 0.96 | 0.26 |
| Hex | D | 3 | 84 | 5A | 62 | 0 | 30 | F5 | 60 | 1A |
| Octal | 15 | 3 | 204 | 132 | 142 | 0 | 60 | 365 | 140 | 32 |
| Binary | 1101 | 11 | 10000100 | 1011010 | 1100010 | 0 | 110000 | 11110101 | 1100000 | 11010 |
Color Harmonies of #0D0384
Complementary color
Monochromatic Colors of #0D0384
Black with #0D0384
Text Example
Text Example
White with #0D0384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0384; }
p { color: rgb(13,3,132); }
H1.HeaderClassName
{
color: #0D0384;
}
.AnyTagClassName
{
color: #0D0384;
}
</style>
background-color css
<style>
a { background-color: #0D0384; }
a { background-color: rgb(13,3,132); }
div.DivClassName
{
background-color: #0D0384;
}
.BgClassName
{
background-color: #0D0384;
}
</style>
border-color css
<style>
span { border-color: #0D0384; }
span { border-color: rgb(13,3,132); }
td.TdClassName
{
border-color: #0D0384;
}
.TagClassName
{
border-color: #0D0384;
}
</style>