Shades of Ultramarine #0F0698
Tints of Ultramarine #0F0698
RGB
CMYK
RGB Variations
Color information
#0F0698 (or 0x0F0698) is known color: Ultramarine. HEX triplet: 0F, 06 and 98. RGB value is (15,6,152). Sum of RGB (Red+Green+Blue) = 15+6+152=173 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.67% from 173); Green value is 6 (2.73% from 255 or 3.47% from 173); Blue value is 152 (59.77% from 255 or 87.86% from 173); Max value from RGB is 152 - color contains mainly: blue. Hex color #0F0698 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0698 is #F0F967. Grayscale: #181818. Windows color (decimal): -15792488 or 9963023. OLE color: 9963023.
HSL color Cylindrical-coordinate representation of color #0F0698: hue angle of 243.7º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0F0698 is Cyan = 0.90, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 15 | 6 | 152 | - |
| CMYK | 0.90 | 0.96 | 0 | 0.40 |
| HSL | 243.7º | 0.92% | 0.31% | - |
| HSV(B) | 243.7º | 0.96% | 0.6% | - |
| XYZ | 5.93 | 2.5 | 29.88 | - |
| YUV | 25.34 | 199.48 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 6 | 152 | 0.90 | 0.96 | 0 | 0.40 | 243.7 | 0.92 | 0.31 |
| Hex | F | 6 | 98 | 5A | 60 | 0 | 28 | F4 | 5C | 1F |
| Octal | 17 | 6 | 230 | 132 | 140 | 0 | 50 | 364 | 134 | 37 |
| Binary | 1111 | 110 | 10011000 | 1011010 | 1100000 | 0 | 101000 | 11110100 | 1011100 | 11111 |
Color Harmonies of #0F0698
Complementary color
Monochromatic Colors of #0F0698
Black with #0F0698
Text Example
Text Example
White with #0F0698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0698; }
p { color: rgb(15,6,152); }
H1.HeaderClassName
{
color: #0F0698;
}
.AnyTagClassName
{
color: #0F0698;
}
</style>
background-color css
<style>
a { background-color: #0F0698; }
a { background-color: rgb(15,6,152); }
div.DivClassName
{
background-color: #0F0698;
}
.BgClassName
{
background-color: #0F0698;
}
</style>
border-color css
<style>
span { border-color: #0F0698; }
span { border-color: rgb(15,6,152); }
td.TdClassName
{
border-color: #0F0698;
}
.TagClassName
{
border-color: #0F0698;
}
</style>