Shades of Ultramarine #0F089F
Tints of Ultramarine #0F089F
RGB
CMYK
RGB Variations
Color information
#0F089F (or 0x0F089F) is known color: Ultramarine. HEX triplet: 0F, 08 and 9F. RGB value is (15,8,159). Sum of RGB (Red+Green+Blue) = 15+8+159=182 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.24% from 182); Green value is 8 (3.52% from 255 or 4.40% from 182); Blue value is 159 (62.5% from 255 or 87.36% from 182); Max value from RGB is 159 - color contains mainly: blue. Hex color #0F089F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F089F is #F0F760. Grayscale: #1A1A1A. Windows color (decimal): -15791969 or 10422287. OLE color: 10422287.
HSL color Cylindrical-coordinate representation of color #0F089F: hue angle of 242.78º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0F089F is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 15 | 8 | 159 | - |
| CMYK | 0.91 | 0.95 | 0 | 0.38 |
| HSL | 242.78º | 0.9% | 0.33% | - |
| HSV(B) | 242.78º | 0.95% | 0.62% | - |
| XYZ | 6.54 | 2.78 | 32.99 | - |
| YUV | 27.31 | 202.32 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 8 | 159 | 0.91 | 0.95 | 0 | 0.38 | 242.78 | 0.9 | 0.33 |
| Hex | F | 8 | 9F | 5B | 5F | 0 | 26 | F3 | 5A | 21 |
| Octal | 17 | 10 | 237 | 133 | 137 | 0 | 46 | 363 | 132 | 41 |
| Binary | 1111 | 1000 | 10011111 | 1011011 | 1011111 | 0 | 100110 | 11110011 | 1011010 | 100001 |
Color Harmonies of #0F089F
Complementary color
Monochromatic Colors of #0F089F
Black with #0F089F
Text Example
Text Example
White with #0F089F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F089F; }
p { color: rgb(15,8,159); }
H1.HeaderClassName
{
color: #0F089F;
}
.AnyTagClassName
{
color: #0F089F;
}
</style>
background-color css
<style>
a { background-color: #0F089F; }
a { background-color: rgb(15,8,159); }
div.DivClassName
{
background-color: #0F089F;
}
.BgClassName
{
background-color: #0F089F;
}
</style>
border-color css
<style>
span { border-color: #0F089F; }
span { border-color: rgb(15,8,159); }
td.TdClassName
{
border-color: #0F089F;
}
.TagClassName
{
border-color: #0F089F;
}
</style>