Shades of Ultramarine #0D059A
Tints of Ultramarine #0D059A
RGB
CMYK
RGB Variations
Color information
#0D059A (or 0x0D059A) is known color: Ultramarine. HEX triplet: 0D, 05 and 9A. RGB value is (13,5,154). Sum of RGB (Red+Green+Blue) = 13+5+154=172 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.56% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 154 (60.55% from 255 or 89.53% from 172); Max value from RGB is 154 - color contains mainly: blue. Hex color #0D059A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D059A is #F2FA65. Grayscale: #171717. Windows color (decimal): -15923814 or 10093837. OLE color: 10093837.
HSL color Cylindrical-coordinate representation of color #0D059A: hue angle of 243.22º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D059A is Cyan = 0.92, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 13 | 5 | 154 | - |
| CMYK | 0.92 | 0.97 | 0 | 0.40 |
| HSL | 243.22º | 0.94% | 0.31% | - |
| HSV(B) | 243.22º | 0.97% | 0.6% | - |
| XYZ | 6.05 | 2.53 | 30.74 | - |
| YUV | 24.38 | 201.15 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 5 | 154 | 0.92 | 0.97 | 0 | 0.40 | 243.22 | 0.94 | 0.31 |
| Hex | D | 5 | 9A | 5C | 61 | 0 | 28 | F3 | 5E | 1F |
| Octal | 15 | 5 | 232 | 134 | 141 | 0 | 50 | 363 | 136 | 37 |
| Binary | 1101 | 101 | 10011010 | 1011100 | 1100001 | 0 | 101000 | 11110011 | 1011110 | 11111 |
Color Harmonies of #0D059A
Complementary color
Monochromatic Colors of #0D059A
Black with #0D059A
Text Example
Text Example
White with #0D059A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D059A; }
p { color: rgb(13,5,154); }
H1.HeaderClassName
{
color: #0D059A;
}
.AnyTagClassName
{
color: #0D059A;
}
</style>
background-color css
<style>
a { background-color: #0D059A; }
a { background-color: rgb(13,5,154); }
div.DivClassName
{
background-color: #0D059A;
}
.BgClassName
{
background-color: #0D059A;
}
</style>
border-color css
<style>
span { border-color: #0D059A; }
span { border-color: rgb(13,5,154); }
td.TdClassName
{
border-color: #0D059A;
}
.TagClassName
{
border-color: #0D059A;
}
</style>