Shades of Ultramarine #0F0392
Tints of Ultramarine #0F0392
RGB
CMYK
RGB Variations
Color information
#0F0392 (or 0x0F0392) is known color: Ultramarine. HEX triplet: 0F, 03 and 92. RGB value is (15,3,146). Sum of RGB (Red+Green+Blue) = 15+3+146=164 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.15% from 164); Green value is 3 (1.56% from 255 or 1.83% from 164); Blue value is 146 (57.42% from 255 or 89.02% from 164); Max value from RGB is 146 - color contains mainly: blue. Hex color #0F0392 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0392 is #F0FC6D. Grayscale: #161616. Windows color (decimal): -15793262 or 9569039. OLE color: 9569039.
HSL color Cylindrical-coordinate representation of color #0F0392: hue angle of 245.03º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F0392 is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 15 | 3 | 146 | - |
| CMYK | 0.90 | 0.98 | 0 | 0.43 |
| HSL | 245.04º | 0.96% | 0.29% | - |
| HSV(B) | 245.04º | 0.98% | 0.57% | - |
| XYZ | 5.42 | 2.24 | 27.34 | - |
| YUV | 22.89 | 197.48 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 3 | 146 | 0.90 | 0.98 | 0 | 0.43 | 245.04 | 0.96 | 0.29 |
| Hex | F | 3 | 92 | 5A | 62 | 0 | 2B | F5 | 60 | 1D |
| Octal | 17 | 3 | 222 | 132 | 142 | 0 | 53 | 365 | 140 | 35 |
| Binary | 1111 | 11 | 10010010 | 1011010 | 1100010 | 0 | 101011 | 11110101 | 1100000 | 11101 |
Color Harmonies of #0F0392
Complementary color
Monochromatic Colors of #0F0392
Black with #0F0392
Text Example
Text Example
White with #0F0392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0392; }
p { color: rgb(15,3,146); }
H1.HeaderClassName
{
color: #0F0392;
}
.AnyTagClassName
{
color: #0F0392;
}
</style>
background-color css
<style>
a { background-color: #0F0392; }
a { background-color: rgb(15,3,146); }
div.DivClassName
{
background-color: #0F0392;
}
.BgClassName
{
background-color: #0F0392;
}
</style>
border-color css
<style>
span { border-color: #0F0392; }
span { border-color: rgb(15,3,146); }
td.TdClassName
{
border-color: #0F0392;
}
.TagClassName
{
border-color: #0F0392;
}
</style>