Shades of Ultramarine #0D0583
Tints of Ultramarine #0D0583
RGB
CMYK
RGB Variations
Color information
#0D0583 (or 0x0D0583) is known color: Ultramarine. HEX triplet: 0D, 05 and 83. RGB value is (13,5,131). Sum of RGB (Red+Green+Blue) = 13+5+131=149 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.72% from 149); Green value is 5 (2.34% from 255 or 3.36% from 149); Blue value is 131 (51.56% from 255 or 87.92% from 149); Max value from RGB is 131 - color contains mainly: blue. Hex color #0D0583 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D0583 is #F2FA7C. Grayscale: #151515. Windows color (decimal): -15923837 or 8586509. OLE color: 8586509.
HSL color Cylindrical-coordinate representation of color #0D0583: hue angle of 243.81º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0D0583 is Cyan = 0.90, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 13 | 5 | 131 | - |
| CMYK | 0.90 | 0.96 | 0 | 0.49 |
| HSL | 243.81º | 0.93% | 0.27% | - |
| HSV(B) | 243.81º | 0.96% | 0.51% | - |
| XYZ | 4.32 | 1.83 | 21.6 | - |
| YUV | 21.76 | 189.65 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 5 | 131 | 0.90 | 0.96 | 0 | 0.49 | 243.81 | 0.93 | 0.27 |
| Hex | D | 5 | 83 | 5A | 60 | 0 | 31 | F4 | 5D | 1B |
| Octal | 15 | 5 | 203 | 132 | 140 | 0 | 61 | 364 | 135 | 33 |
| Binary | 1101 | 101 | 10000011 | 1011010 | 1100000 | 0 | 110001 | 11110100 | 1011101 | 11011 |
Color Harmonies of #0D0583
Complementary color
Monochromatic Colors of #0D0583
Black with #0D0583
Text Example
Text Example
White with #0D0583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0583; }
p { color: rgb(13,5,131); }
H1.HeaderClassName
{
color: #0D0583;
}
.AnyTagClassName
{
color: #0D0583;
}
</style>
background-color css
<style>
a { background-color: #0D0583; }
a { background-color: rgb(13,5,131); }
div.DivClassName
{
background-color: #0D0583;
}
.BgClassName
{
background-color: #0D0583;
}
</style>
border-color css
<style>
span { border-color: #0D0583; }
span { border-color: rgb(13,5,131); }
td.TdClassName
{
border-color: #0D0583;
}
.TagClassName
{
border-color: #0D0583;
}
</style>