Shades of Ultramarine #0F199A
Tints of Ultramarine #0F199A
RGB
CMYK
RGB Variations
Color information
#0F199A (or 0x0F199A) is known color: Ultramarine. HEX triplet: 0F, 19 and 9A. RGB value is (15,25,154). Sum of RGB (Red+Green+Blue) = 15+25+154=194 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.73% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 154 (60.55% from 255 or 79.38% from 194); Max value from RGB is 154 - color contains mainly: blue. Hex color #0F199A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F199A is #F0E665. Grayscale: #242424. Windows color (decimal): -15787622 or 10098959. OLE color: 10098959.
HSL color Cylindrical-coordinate representation of color #0F199A: hue angle of 235.68º 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 #0F199A is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 15 | 25 | 154 | - |
| CMYK | 0.90 | 0.84 | 0 | 0.40 |
| HSL | 235.68º | 0.82% | 0.33% | - |
| HSV(B) | 235.68º | 0.9% | 0.6% | - |
| XYZ | 6.38 | 3.13 | 30.84 | - |
| YUV | 36.72 | 194.19 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 25 | 154 | 0.90 | 0.84 | 0 | 0.40 | 235.68 | 0.82 | 0.33 |
| Hex | F | 19 | 9A | 5A | 54 | 0 | 28 | EC | 52 | 21 |
| Octal | 17 | 31 | 232 | 132 | 124 | 0 | 50 | 354 | 122 | 41 |
| Binary | 1111 | 11001 | 10011010 | 1011010 | 1010100 | 0 | 101000 | 11101100 | 1010010 | 100001 |
Color Harmonies of #0F199A
Complementary color
Monochromatic Colors of #0F199A
Black with #0F199A
Text Example
Text Example
White with #0F199A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F199A; }
p { color: rgb(15,25,154); }
H1.HeaderClassName
{
color: #0F199A;
}
.AnyTagClassName
{
color: #0F199A;
}
</style>
background-color css
<style>
a { background-color: #0F199A; }
a { background-color: rgb(15,25,154); }
div.DivClassName
{
background-color: #0F199A;
}
.BgClassName
{
background-color: #0F199A;
}
</style>
border-color css
<style>
span { border-color: #0F199A; }
span { border-color: rgb(15,25,154); }
td.TdClassName
{
border-color: #0F199A;
}
.TagClassName
{
border-color: #0F199A;
}
</style>