Shades of Ultramarine #0F159C
Tints of Ultramarine #0F159C
RGB
CMYK
RGB Variations
Color information
#0F159C (or 0x0F159C) is known color: Ultramarine. HEX triplet: 0F, 15 and 9C. RGB value is (15,21,156). Sum of RGB (Red+Green+Blue) = 15+21+156=192 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.81% from 192); Green value is 21 (8.59% from 255 or 10.94% from 192); Blue value is 156 (61.33% from 255 or 81.25% from 192); Max value from RGB is 156 - color contains mainly: blue. Hex color #0F159C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F159C is #F0EA63. Grayscale: #222222. Windows color (decimal): -15788644 or 10229007. OLE color: 10229007.
HSL color Cylindrical-coordinate representation of color #0F159C: hue angle of 237.45º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F159C is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 15 | 21 | 156 | - |
| CMYK | 0.90 | 0.87 | 0 | 0.39 |
| HSL | 237.45º | 0.82% | 0.34% | - |
| HSV(B) | 237.45º | 0.9% | 0.61% | - |
| XYZ | 6.47 | 3.04 | 31.7 | - |
| YUV | 34.6 | 196.51 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 21 | 156 | 0.90 | 0.87 | 0 | 0.39 | 237.45 | 0.82 | 0.34 |
| Hex | F | 15 | 9C | 5A | 57 | 0 | 27 | ED | 52 | 22 |
| Octal | 17 | 25 | 234 | 132 | 127 | 0 | 47 | 355 | 122 | 42 |
| Binary | 1111 | 10101 | 10011100 | 1011010 | 1010111 | 0 | 100111 | 11101101 | 1010010 | 100010 |
Color Harmonies of #0F159C
Complementary color
Monochromatic Colors of #0F159C
Black with #0F159C
Text Example
Text Example
White with #0F159C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F159C; }
p { color: rgb(15,21,156); }
H1.HeaderClassName
{
color: #0F159C;
}
.AnyTagClassName
{
color: #0F159C;
}
</style>
background-color css
<style>
a { background-color: #0F159C; }
a { background-color: rgb(15,21,156); }
div.DivClassName
{
background-color: #0F159C;
}
.BgClassName
{
background-color: #0F159C;
}
</style>
border-color css
<style>
span { border-color: #0F159C; }
span { border-color: rgb(15,21,156); }
td.TdClassName
{
border-color: #0F159C;
}
.TagClassName
{
border-color: #0F159C;
}
</style>