Shades of Ultramarine #0D059B
Tints of Ultramarine #0D059B
RGB
CMYK
RGB Variations
Color information
#0D059B (or 0x0D059B) is known color: Ultramarine. HEX triplet: 0D, 05 and 9B. RGB value is (13,5,155). Sum of RGB (Red+Green+Blue) = 13+5+155=173 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.51% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 155 (60.94% from 255 or 89.60% from 173); Max value from RGB is 155 - color contains mainly: blue. Hex color #0D059B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D059B is #F2FA64. Grayscale: #171717. Windows color (decimal): -15923813 or 10159373. OLE color: 10159373.
HSL color Cylindrical-coordinate representation of color #0D059B: hue angle of 243.2º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D059B is Cyan = 0.92, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 13 | 5 | 155 | - |
| CMYK | 0.92 | 0.97 | 0 | 0.39 |
| HSL | 243.2º | 0.94% | 0.31% | - |
| HSV(B) | 243.2º | 0.97% | 0.61% | - |
| XYZ | 6.14 | 2.56 | 31.18 | - |
| YUV | 24.49 | 201.65 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 5 | 155 | 0.92 | 0.97 | 0 | 0.39 | 243.2 | 0.94 | 0.31 |
| Hex | D | 5 | 9B | 5C | 61 | 0 | 27 | F3 | 5E | 1F |
| Octal | 15 | 5 | 233 | 134 | 141 | 0 | 47 | 363 | 136 | 37 |
| Binary | 1101 | 101 | 10011011 | 1011100 | 1100001 | 0 | 100111 | 11110011 | 1011110 | 11111 |
Color Harmonies of #0D059B
Complementary color
Monochromatic Colors of #0D059B
Black with #0D059B
Text Example
Text Example
White with #0D059B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D059B; }
p { color: rgb(13,5,155); }
H1.HeaderClassName
{
color: #0D059B;
}
.AnyTagClassName
{
color: #0D059B;
}
</style>
background-color css
<style>
a { background-color: #0D059B; }
a { background-color: rgb(13,5,155); }
div.DivClassName
{
background-color: #0D059B;
}
.BgClassName
{
background-color: #0D059B;
}
</style>
border-color css
<style>
span { border-color: #0D059B; }
span { border-color: rgb(13,5,155); }
td.TdClassName
{
border-color: #0D059B;
}
.TagClassName
{
border-color: #0D059B;
}
</style>