Shades of Ultramarine #0F0A9E
Tints of Ultramarine #0F0A9E
RGB
CMYK
RGB Variations
Color information
#0F0A9E (or 0x0F0A9E) is known color: Ultramarine. HEX triplet: 0F, 0A and 9E. RGB value is (15,10,158). Sum of RGB (Red+Green+Blue) = 15+10+158=183 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.20% from 183); Green value is 10 (4.30% from 255 or 5.46% from 183); Blue value is 158 (62.11% from 255 or 86.34% from 183); Max value from RGB is 158 - color contains mainly: blue. Hex color #0F0A9E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0A9E is #F0F561. Grayscale: #1B1B1B. Windows color (decimal): -15791458 or 10357263. OLE color: 10357263.
HSL color Cylindrical-coordinate representation of color #0F0A9E: hue angle of 242.03º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F0A9E is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 15 | 10 | 158 | - |
| CMYK | 0.91 | 0.94 | 0 | 0.38 |
| HSL | 242.03º | 0.88% | 0.33% | - |
| HSV(B) | 242.03º | 0.94% | 0.62% | - |
| XYZ | 6.48 | 2.79 | 32.54 | - |
| YUV | 28.37 | 201.16 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 10 | 158 | 0.91 | 0.94 | 0 | 0.38 | 242.03 | 0.88 | 0.33 |
| Hex | F | A | 9E | 5B | 5E | 0 | 26 | F2 | 58 | 21 |
| Octal | 17 | 12 | 236 | 133 | 136 | 0 | 46 | 362 | 130 | 41 |
| Binary | 1111 | 1010 | 10011110 | 1011011 | 1011110 | 0 | 100110 | 11110010 | 1011000 | 100001 |
Color Harmonies of #0F0A9E
Complementary color
Monochromatic Colors of #0F0A9E
Black with #0F0A9E
Text Example
Text Example
White with #0F0A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0A9E; }
p { color: rgb(15,10,158); }
H1.HeaderClassName
{
color: #0F0A9E;
}
.AnyTagClassName
{
color: #0F0A9E;
}
</style>
background-color css
<style>
a { background-color: #0F0A9E; }
a { background-color: rgb(15,10,158); }
div.DivClassName
{
background-color: #0F0A9E;
}
.BgClassName
{
background-color: #0F0A9E;
}
</style>
border-color css
<style>
span { border-color: #0F0A9E; }
span { border-color: rgb(15,10,158); }
td.TdClassName
{
border-color: #0F0A9E;
}
.TagClassName
{
border-color: #0F0A9E;
}
</style>