Shades of Ultramarine #0D018F
Tints of Ultramarine #0D018F
RGB
CMYK
RGB Variations
Color information
#0D018F (or 0x0D018F) is known color: Ultramarine. HEX triplet: 0D, 01 and 8F. RGB value is (13,1,143). Sum of RGB (Red+Green+Blue) = 13+1+143=157 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.28% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 143 (56.25% from 255 or 91.08% from 157); Max value from RGB is 143 - color contains mainly: blue. Hex color #0D018F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D018F is #F2FE70. Grayscale: #141414. Windows color (decimal): -15924849 or 9371917. OLE color: 9371917.
HSL color Cylindrical-coordinate representation of color #0D018F: hue angle of 245.07º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0D018F is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 13 | 1 | 143 | - |
| CMYK | 0.91 | 0.99 | 0 | 0.44 |
| HSL | 245.07º | 0.99% | 0.28% | - |
| HSV(B) | 245.07º | 0.99% | 0.56% | - |
| XYZ | 5.13 | 2.09 | 26.12 | - |
| YUV | 20.78 | 196.98 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 1 | 143 | 0.91 | 0.99 | 0 | 0.44 | 245.07 | 0.99 | 0.28 |
| Hex | D | 1 | 8F | 5B | 63 | 0 | 2C | F5 | 63 | 1C |
| Octal | 15 | 1 | 217 | 133 | 143 | 0 | 54 | 365 | 143 | 34 |
| Binary | 1101 | 1 | 10001111 | 1011011 | 1100011 | 0 | 101100 | 11110101 | 1100011 | 11100 |
Color Harmonies of #0D018F
Complementary color
Monochromatic Colors of #0D018F
Black with #0D018F
Text Example
Text Example
White with #0D018F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D018F; }
p { color: rgb(13,1,143); }
H1.HeaderClassName
{
color: #0D018F;
}
.AnyTagClassName
{
color: #0D018F;
}
</style>
background-color css
<style>
a { background-color: #0D018F; }
a { background-color: rgb(13,1,143); }
div.DivClassName
{
background-color: #0D018F;
}
.BgClassName
{
background-color: #0D018F;
}
</style>
border-color css
<style>
span { border-color: #0D018F; }
span { border-color: rgb(13,1,143); }
td.TdClassName
{
border-color: #0D018F;
}
.TagClassName
{
border-color: #0D018F;
}
</style>