Shades of Ultramarine #0F1298
Tints of Ultramarine #0F1298
RGB
CMYK
RGB Variations
Color information
#0F1298 (or 0x0F1298) is known color: Ultramarine. HEX triplet: 0F, 12 and 98. RGB value is (15,18,152). Sum of RGB (Red+Green+Blue) = 15+18+152=185 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.11% from 185); Green value is 18 (7.42% from 255 or 9.73% from 185); Blue value is 152 (59.77% from 255 or 82.16% from 185); Max value from RGB is 152 - color contains mainly: blue. Hex color #0F1298 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F1298 is #F0ED67. Grayscale: #1F1F1F. Windows color (decimal): -15789416 or 9966095. OLE color: 9966095.
HSL color Cylindrical-coordinate representation of color #0F1298: hue angle of 238.69º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F1298 is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 15 | 18 | 152 | - |
| CMYK | 0.90 | 0.88 | 0 | 0.40 |
| HSL | 238.69º | 0.82% | 0.33% | - |
| HSV(B) | 238.69º | 0.9% | 0.6% | - |
| XYZ | 6.08 | 2.8 | 29.93 | - |
| YUV | 32.38 | 195.51 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 18 | 152 | 0.90 | 0.88 | 0 | 0.40 | 238.69 | 0.82 | 0.33 |
| Hex | F | 12 | 98 | 5A | 58 | 0 | 28 | EF | 52 | 21 |
| Octal | 17 | 22 | 230 | 132 | 130 | 0 | 50 | 357 | 122 | 41 |
| Binary | 1111 | 10010 | 10011000 | 1011010 | 1011000 | 0 | 101000 | 11101111 | 1010010 | 100001 |
Color Harmonies of #0F1298
Complementary color
Monochromatic Colors of #0F1298
Black with #0F1298
Text Example
Text Example
White with #0F1298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1298; }
p { color: rgb(15,18,152); }
H1.HeaderClassName
{
color: #0F1298;
}
.AnyTagClassName
{
color: #0F1298;
}
</style>
background-color css
<style>
a { background-color: #0F1298; }
a { background-color: rgb(15,18,152); }
div.DivClassName
{
background-color: #0F1298;
}
.BgClassName
{
background-color: #0F1298;
}
</style>
border-color css
<style>
span { border-color: #0F1298; }
span { border-color: rgb(15,18,152); }
td.TdClassName
{
border-color: #0F1298;
}
.TagClassName
{
border-color: #0F1298;
}
</style>