Shades of Ultramarine #0F0693
Tints of Ultramarine #0F0693
RGB
CMYK
RGB Variations
Color information
#0F0693 (or 0x0F0693) is known color: Ultramarine. HEX triplet: 0F, 06 and 93. RGB value is (15,6,147). Sum of RGB (Red+Green+Blue) = 15+6+147=168 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.93% from 168); Green value is 6 (2.73% from 255 or 3.57% from 168); Blue value is 147 (57.81% from 255 or 87.5% from 168); Max value from RGB is 147 - color contains mainly: blue. Hex color #0F0693 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0693 is #F0F96C. Grayscale: #181818. Windows color (decimal): -15792493 or 9635343. OLE color: 9635343.
HSL color Cylindrical-coordinate representation of color #0F0693: hue angle of 243.83º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0F0693 is Cyan = 0.90, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 6 | 147 | - |
| CMYK | 0.90 | 0.96 | 0 | 0.42 |
| HSL | 243.83º | 0.92% | 0.3% | - |
| HSV(B) | 243.83º | 0.96% | 0.58% | - |
| XYZ | 5.53 | 2.34 | 27.76 | - |
| YUV | 24.77 | 196.98 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 6 | 147 | 0.90 | 0.96 | 0 | 0.42 | 243.83 | 0.92 | 0.3 |
| Hex | F | 6 | 93 | 5A | 60 | 0 | 2A | F4 | 5C | 1E |
| Octal | 17 | 6 | 223 | 132 | 140 | 0 | 52 | 364 | 134 | 36 |
| Binary | 1111 | 110 | 10010011 | 1011010 | 1100000 | 0 | 101010 | 11110100 | 1011100 | 11110 |
Color Harmonies of #0F0693
Complementary color
Monochromatic Colors of #0F0693
Black with #0F0693
Text Example
Text Example
White with #0F0693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0693; }
p { color: rgb(15,6,147); }
H1.HeaderClassName
{
color: #0F0693;
}
.AnyTagClassName
{
color: #0F0693;
}
</style>
background-color css
<style>
a { background-color: #0F0693; }
a { background-color: rgb(15,6,147); }
div.DivClassName
{
background-color: #0F0693;
}
.BgClassName
{
background-color: #0F0693;
}
</style>
border-color css
<style>
span { border-color: #0F0693; }
span { border-color: rgb(15,6,147); }
td.TdClassName
{
border-color: #0F0693;
}
.TagClassName
{
border-color: #0F0693;
}
</style>