Shades of Ultramarine #0F1185
Tints of Ultramarine #0F1185
RGB
CMYK
RGB Variations
Color information
#0F1185 (or 0x0F1185) is known color: Ultramarine. HEX triplet: 0F, 11 and 85. RGB value is (15,17,133). Sum of RGB (Red+Green+Blue) = 15+17+133=165 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.09% from 165); Green value is 17 (7.03% from 255 or 10.30% from 165); Blue value is 133 (52.34% from 255 or 80.61% from 165); Max value from RGB is 133 - color contains mainly: blue. Hex color #0F1185 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F1185 is #F0EE7A. Grayscale: #1D1D1D. Windows color (decimal): -15789691 or 8720655. OLE color: 8720655.
HSL color Cylindrical-coordinate representation of color #0F1185: hue angle of 238.98º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F1185 is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 15 | 17 | 133 | - |
| CMYK | 0.89 | 0.87 | 0 | 0.48 |
| HSL | 238.98º | 0.8% | 0.29% | - |
| HSV(B) | 238.98º | 0.89% | 0.52% | - |
| XYZ | 4.63 | 2.2 | 22.37 | - |
| YUV | 29.63 | 186.34 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 17 | 133 | 0.89 | 0.87 | 0 | 0.48 | 238.98 | 0.8 | 0.29 |
| Hex | F | 11 | 85 | 59 | 57 | 0 | 30 | EF | 50 | 1D |
| Octal | 17 | 21 | 205 | 131 | 127 | 0 | 60 | 357 | 120 | 35 |
| Binary | 1111 | 10001 | 10000101 | 1011001 | 1010111 | 0 | 110000 | 11101111 | 1010000 | 11101 |
Color Harmonies of #0F1185
Complementary color
Monochromatic Colors of #0F1185
Black with #0F1185
Text Example
Text Example
White with #0F1185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1185; }
p { color: rgb(15,17,133); }
H1.HeaderClassName
{
color: #0F1185;
}
.AnyTagClassName
{
color: #0F1185;
}
</style>
background-color css
<style>
a { background-color: #0F1185; }
a { background-color: rgb(15,17,133); }
div.DivClassName
{
background-color: #0F1185;
}
.BgClassName
{
background-color: #0F1185;
}
</style>
border-color css
<style>
span { border-color: #0F1185; }
span { border-color: rgb(15,17,133); }
td.TdClassName
{
border-color: #0F1185;
}
.TagClassName
{
border-color: #0F1185;
}
</style>