Shades of Ultramarine #0D0699
Tints of Ultramarine #0D0699
RGB
CMYK
RGB Variations
Color information
#0D0699 (or 0x0D0699) is known color: Ultramarine. HEX triplet: 0D, 06 and 99. RGB value is (13,6,153). Sum of RGB (Red+Green+Blue) = 13+6+153=172 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.56% from 172); Green value is 6 (2.73% from 255 or 3.49% from 172); Blue value is 153 (60.16% from 255 or 88.95% from 172); Max value from RGB is 153 - color contains mainly: blue. Hex color #0D0699 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D0699 is #F2F966. Grayscale: #181818. Windows color (decimal): -15923559 or 10028557. OLE color: 10028557.
HSL color Cylindrical-coordinate representation of color #0D0699: hue angle of 242.86º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0D0699 is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 13 | 6 | 153 | - |
| CMYK | 0.92 | 0.96 | 0 | 0.4 |
| HSL | 242.86º | 0.92% | 0.31% | - |
| HSV(B) | 242.86º | 0.96% | 0.6% | - |
| XYZ | 5.98 | 2.52 | 30.31 | - |
| YUV | 24.85 | 200.32 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 6 | 153 | 0.92 | 0.96 | 0 | 0.4 | 242.86 | 0.92 | 0.31 |
| Hex | D | 6 | 99 | 5C | 60 | 0 | 28 | F3 | 5C | 1F |
| Octal | 15 | 6 | 231 | 134 | 140 | 0 | 50 | 363 | 134 | 37 |
| Binary | 1101 | 110 | 10011001 | 1011100 | 1100000 | 0 | 101000 | 11110011 | 1011100 | 11111 |
Color Harmonies of #0D0699
Complementary color
Monochromatic Colors of #0D0699
Black with #0D0699
Text Example
Text Example
White with #0D0699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0699; }
p { color: rgb(13,6,153); }
H1.HeaderClassName
{
color: #0D0699;
}
.AnyTagClassName
{
color: #0D0699;
}
</style>
background-color css
<style>
a { background-color: #0D0699; }
a { background-color: rgb(13,6,153); }
div.DivClassName
{
background-color: #0D0699;
}
.BgClassName
{
background-color: #0D0699;
}
</style>
border-color css
<style>
span { border-color: #0D0699; }
span { border-color: rgb(13,6,153); }
td.TdClassName
{
border-color: #0D0699;
}
.TagClassName
{
border-color: #0D0699;
}
</style>