Shades of Ultramarine #0F198C
Tints of Ultramarine #0F198C
RGB
CMYK
RGB Variations
Color information
#0F198C (or 0x0F198C) is known color: Ultramarine. HEX triplet: 0F, 19 and 8C. RGB value is (15,25,140). Sum of RGB (Red+Green+Blue) = 15+25+140=180 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.33% from 180); Green value is 25 (10.16% from 255 or 13.89% from 180); Blue value is 140 (55.08% from 255 or 77.78% from 180); Max value from RGB is 140 - color contains mainly: blue. Hex color #0F198C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F198C is #F0E673. Grayscale: #222222. Windows color (decimal): -15787636 or 9181455. OLE color: 9181455.
HSL color Cylindrical-coordinate representation of color #0F198C: hue angle of 235.2º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F198C is Cyan = 0.89, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 15 | 25 | 140 | - |
| CMYK | 0.89 | 0.82 | 0 | 0.45 |
| HSL | 235.2º | 0.81% | 0.3% | - |
| HSV(B) | 235.2º | 0.89% | 0.55% | - |
| XYZ | 5.28 | 2.69 | 25.05 | - |
| YUV | 35.12 | 187.19 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 25 | 140 | 0.89 | 0.82 | 0 | 0.45 | 235.2 | 0.81 | 0.3 |
| Hex | F | 19 | 8C | 59 | 52 | 0 | 2D | EB | 51 | 1E |
| Octal | 17 | 31 | 214 | 131 | 122 | 0 | 55 | 353 | 121 | 36 |
| Binary | 1111 | 11001 | 10001100 | 1011001 | 1010010 | 0 | 101101 | 11101011 | 1010001 | 11110 |
Color Harmonies of #0F198C
Complementary color
Monochromatic Colors of #0F198C
Black with #0F198C
Text Example
Text Example
White with #0F198C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F198C; }
p { color: rgb(15,25,140); }
H1.HeaderClassName
{
color: #0F198C;
}
.AnyTagClassName
{
color: #0F198C;
}
</style>
background-color css
<style>
a { background-color: #0F198C; }
a { background-color: rgb(15,25,140); }
div.DivClassName
{
background-color: #0F198C;
}
.BgClassName
{
background-color: #0F198C;
}
</style>
border-color css
<style>
span { border-color: #0F198C; }
span { border-color: rgb(15,25,140); }
td.TdClassName
{
border-color: #0F198C;
}
.TagClassName
{
border-color: #0F198C;
}
</style>