Shades of Ultramarine #0D099B
Tints of Ultramarine #0D099B
RGB
CMYK
RGB Variations
Color information
#0D099B (or 0x0D099B) is known color: Ultramarine. HEX triplet: 0D, 09 and 9B. RGB value is (13,9,155). Sum of RGB (Red+Green+Blue) = 13+9+155=177 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.34% from 177); Green value is 9 (3.91% from 255 or 5.08% from 177); Blue value is 155 (60.94% from 255 or 87.57% from 177); Max value from RGB is 155 - color contains mainly: blue. Hex color #0D099B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D099B is #F2F664. Grayscale: #1A1A1A. Windows color (decimal): -15922789 or 10160397. OLE color: 10160397.
HSL color Cylindrical-coordinate representation of color #0D099B: hue angle of 241.64º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D099B is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 13 | 9 | 155 | - |
| CMYK | 0.92 | 0.94 | 0 | 0.39 |
| HSL | 241.64º | 0.89% | 0.32% | - |
| HSV(B) | 241.64º | 0.94% | 0.61% | - |
| XYZ | 6.18 | 2.65 | 31.2 | - |
| YUV | 26.84 | 200.33 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 9 | 155 | 0.92 | 0.94 | 0 | 0.39 | 241.64 | 0.89 | 0.32 |
| Hex | D | 9 | 9B | 5C | 5E | 0 | 27 | F2 | 59 | 20 |
| Octal | 15 | 11 | 233 | 134 | 136 | 0 | 47 | 362 | 131 | 40 |
| Binary | 1101 | 1001 | 10011011 | 1011100 | 1011110 | 0 | 100111 | 11110010 | 1011001 | 100000 |
Color Harmonies of #0D099B
Complementary color
Monochromatic Colors of #0D099B
Black with #0D099B
Text Example
Text Example
White with #0D099B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D099B; }
p { color: rgb(13,9,155); }
H1.HeaderClassName
{
color: #0D099B;
}
.AnyTagClassName
{
color: #0D099B;
}
</style>
background-color css
<style>
a { background-color: #0D099B; }
a { background-color: rgb(13,9,155); }
div.DivClassName
{
background-color: #0D099B;
}
.BgClassName
{
background-color: #0D099B;
}
</style>
border-color css
<style>
span { border-color: #0D099B; }
span { border-color: rgb(13,9,155); }
td.TdClassName
{
border-color: #0D099B;
}
.TagClassName
{
border-color: #0D099B;
}
</style>