Shades of Ultramarine #0F018D
Tints of Ultramarine #0F018D
RGB
CMYK
RGB Variations
Color information
#0F018D (or 0x0F018D) is known color: Ultramarine. HEX triplet: 0F, 01 and 8D. RGB value is (15,1,141). Sum of RGB (Red+Green+Blue) = 15+1+141=157 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.55% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 141 (55.47% from 255 or 89.81% from 157); Max value from RGB is 141 - color contains mainly: blue. Hex color #0F018D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F018D is #F0FE72. Grayscale: #141414. Windows color (decimal): -15793779 or 9240847. OLE color: 9240847.
HSL color Cylindrical-coordinate representation of color #0F018D: hue angle of 246º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0F018D is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 15 | 1 | 141 | - |
| CMYK | 0.89 | 0.99 | 0 | 0.45 |
| HSL | 246º | 0.99% | 0.28% | - |
| HSV(B) | 246º | 0.99% | 0.55% | - |
| XYZ | 5.02 | 2.05 | 25.33 | - |
| YUV | 21.15 | 195.64 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 1 | 141 | 0.89 | 0.99 | 0 | 0.45 | 246 | 0.99 | 0.28 |
| Hex | F | 1 | 8D | 59 | 63 | 0 | 2D | F6 | 63 | 1C |
| Octal | 17 | 1 | 215 | 131 | 143 | 0 | 55 | 366 | 143 | 34 |
| Binary | 1111 | 1 | 10001101 | 1011001 | 1100011 | 0 | 101101 | 11110110 | 1100011 | 11100 |
Color Harmonies of #0F018D
Complementary color
Monochromatic Colors of #0F018D
Black with #0F018D
Text Example
Text Example
White with #0F018D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F018D; }
p { color: rgb(15,1,141); }
H1.HeaderClassName
{
color: #0F018D;
}
.AnyTagClassName
{
color: #0F018D;
}
</style>
background-color css
<style>
a { background-color: #0F018D; }
a { background-color: rgb(15,1,141); }
div.DivClassName
{
background-color: #0F018D;
}
.BgClassName
{
background-color: #0F018D;
}
</style>
border-color css
<style>
span { border-color: #0F018D; }
span { border-color: rgb(15,1,141); }
td.TdClassName
{
border-color: #0F018D;
}
.TagClassName
{
border-color: #0F018D;
}
</style>