Shades of Ultramarine #0F038D
Tints of Ultramarine #0F038D
RGB
CMYK
RGB Variations
Color information
#0F038D (or 0x0F038D) is known color: Ultramarine. HEX triplet: 0F, 03 and 8D. RGB value is (15,3,141). Sum of RGB (Red+Green+Blue) = 15+3+141=159 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.43% from 159); Green value is 3 (1.56% from 255 or 1.89% from 159); Blue value is 141 (55.47% from 255 or 88.68% from 159); Max value from RGB is 141 - color contains mainly: blue. Hex color #0F038D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F038D is #F0FC72. Grayscale: #151515. Windows color (decimal): -15793267 or 9241359. OLE color: 9241359.
HSL color Cylindrical-coordinate representation of color #0F038D: hue angle of 245.22º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F038D is Cyan = 0.89, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 15 | 3 | 141 | - |
| CMYK | 0.89 | 0.98 | 0 | 0.45 |
| HSL | 245.22º | 0.96% | 0.28% | - |
| HSV(B) | 245.22º | 0.98% | 0.55% | - |
| XYZ | 5.04 | 2.09 | 25.34 | - |
| YUV | 22.32 | 194.98 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 3 | 141 | 0.89 | 0.98 | 0 | 0.45 | 245.22 | 0.96 | 0.28 |
| Hex | F | 3 | 8D | 59 | 62 | 0 | 2D | F5 | 60 | 1C |
| Octal | 17 | 3 | 215 | 131 | 142 | 0 | 55 | 365 | 140 | 34 |
| Binary | 1111 | 11 | 10001101 | 1011001 | 1100010 | 0 | 101101 | 11110101 | 1100000 | 11100 |
Color Harmonies of #0F038D
Complementary color
Monochromatic Colors of #0F038D
Black with #0F038D
Text Example
Text Example
White with #0F038D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F038D; }
p { color: rgb(15,3,141); }
H1.HeaderClassName
{
color: #0F038D;
}
.AnyTagClassName
{
color: #0F038D;
}
</style>
background-color css
<style>
a { background-color: #0F038D; }
a { background-color: rgb(15,3,141); }
div.DivClassName
{
background-color: #0F038D;
}
.BgClassName
{
background-color: #0F038D;
}
</style>
border-color css
<style>
span { border-color: #0F038D; }
span { border-color: rgb(15,3,141); }
td.TdClassName
{
border-color: #0F038D;
}
.TagClassName
{
border-color: #0F038D;
}
</style>