Shades of Ultramarine #0F0688
Tints of Ultramarine #0F0688
RGB
CMYK
RGB Variations
Color information
#0F0688 (or 0x0F0688) is known color: Ultramarine. HEX triplet: 0F, 06 and 88. RGB value is (15,6,136). Sum of RGB (Red+Green+Blue) = 15+6+136=157 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.55% from 157); Green value is 6 (2.73% from 255 or 3.82% from 157); Blue value is 136 (53.52% from 255 or 86.62% from 157); Max value from RGB is 136 - color contains mainly: blue. Hex color #0F0688 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0688 is #F0F977. Grayscale: #171717. Windows color (decimal): -15792504 or 8914447. OLE color: 8914447.
HSL color Cylindrical-coordinate representation of color #0F0688: hue angle of 244.15º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0F0688 is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 15 | 6 | 136 | - |
| CMYK | 0.89 | 0.96 | 0 | 0.47 |
| HSL | 244.15º | 0.92% | 0.28% | - |
| HSV(B) | 244.15º | 0.96% | 0.53% | - |
| XYZ | 4.71 | 2.01 | 23.43 | - |
| YUV | 23.51 | 191.48 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 6 | 136 | 0.89 | 0.96 | 0 | 0.47 | 244.15 | 0.92 | 0.28 |
| Hex | F | 6 | 88 | 59 | 60 | 0 | 2F | F4 | 5C | 1C |
| Octal | 17 | 6 | 210 | 131 | 140 | 0 | 57 | 364 | 134 | 34 |
| Binary | 1111 | 110 | 10001000 | 1011001 | 1100000 | 0 | 101111 | 11110100 | 1011100 | 11100 |
Color Harmonies of #0F0688
Complementary color
Monochromatic Colors of #0F0688
Black with #0F0688
Text Example
Text Example
White with #0F0688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0688; }
p { color: rgb(15,6,136); }
H1.HeaderClassName
{
color: #0F0688;
}
.AnyTagClassName
{
color: #0F0688;
}
</style>
background-color css
<style>
a { background-color: #0F0688; }
a { background-color: rgb(15,6,136); }
div.DivClassName
{
background-color: #0F0688;
}
.BgClassName
{
background-color: #0F0688;
}
</style>
border-color css
<style>
span { border-color: #0F0688; }
span { border-color: rgb(15,6,136); }
td.TdClassName
{
border-color: #0F0688;
}
.TagClassName
{
border-color: #0F0688;
}
</style>