Shades of Ultramarine #0D0C83
Tints of Ultramarine #0D0C83
RGB
CMYK
RGB Variations
Color information
#0D0C83 (or 0x0D0C83) is known color: Ultramarine. HEX triplet: 0D, 0C and 83. RGB value is (13,12,131). Sum of RGB (Red+Green+Blue) = 13+12+131=156 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.33% from 156); Green value is 12 (5.08% from 255 or 7.69% from 156); Blue value is 131 (51.56% from 255 or 83.97% from 156); Max value from RGB is 131 - color contains mainly: blue. Hex color #0D0C83 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D0C83 is #F2F37C. Grayscale: #191919. Windows color (decimal): -15922045 or 8588301. OLE color: 8588301.
HSL color Cylindrical-coordinate representation of color #0D0C83: hue angle of 240.5º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D0C83 is Cyan = 0.90, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 13 | 12 | 131 | - |
| CMYK | 0.90 | 0.91 | 0 | 0.49 |
| HSL | 240.5º | 0.83% | 0.28% | - |
| HSV(B) | 240.5º | 0.91% | 0.51% | - |
| XYZ | 4.39 | 1.99 | 21.62 | - |
| YUV | 25.87 | 187.33 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 12 | 131 | 0.90 | 0.91 | 0 | 0.49 | 240.5 | 0.83 | 0.28 |
| Hex | D | C | 83 | 5A | 5B | 0 | 31 | F1 | 53 | 1C |
| Octal | 15 | 14 | 203 | 132 | 133 | 0 | 61 | 361 | 123 | 34 |
| Binary | 1101 | 1100 | 10000011 | 1011010 | 1011011 | 0 | 110001 | 11110001 | 1010011 | 11100 |
Color Harmonies of #0D0C83
Complementary color
Monochromatic Colors of #0D0C83
Black with #0D0C83
Text Example
Text Example
White with #0D0C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0C83; }
p { color: rgb(13,12,131); }
H1.HeaderClassName
{
color: #0D0C83;
}
.AnyTagClassName
{
color: #0D0C83;
}
</style>
background-color css
<style>
a { background-color: #0D0C83; }
a { background-color: rgb(13,12,131); }
div.DivClassName
{
background-color: #0D0C83;
}
.BgClassName
{
background-color: #0D0C83;
}
</style>
border-color css
<style>
span { border-color: #0D0C83; }
span { border-color: rgb(13,12,131); }
td.TdClassName
{
border-color: #0D0C83;
}
.TagClassName
{
border-color: #0D0C83;
}
</style>