Shades of Ultramarine #0F138F
Tints of Ultramarine #0F138F
RGB
CMYK
RGB Variations
Color information
#0F138F (or 0x0F138F) is known color: Ultramarine. HEX triplet: 0F, 13 and 8F. RGB value is (15,19,143). Sum of RGB (Red+Green+Blue) = 15+19+143=177 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.47% from 177); Green value is 19 (7.81% from 255 or 10.73% from 177); Blue value is 143 (56.25% from 255 or 80.79% from 177); Max value from RGB is 143 - color contains mainly: blue. Hex color #0F138F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F138F is #F0EC70. Grayscale: #1F1F1F. Windows color (decimal): -15789169 or 9376527. OLE color: 9376527.
HSL color Cylindrical-coordinate representation of color #0F138F: hue angle of 238.12º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F138F is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 15 | 19 | 143 | - |
| CMYK | 0.90 | 0.87 | 0 | 0.44 |
| HSL | 238.13º | 0.81% | 0.31% | - |
| HSV(B) | 238.13º | 0.9% | 0.56% | - |
| XYZ | 5.39 | 2.55 | 26.19 | - |
| YUV | 31.94 | 190.67 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 19 | 143 | 0.90 | 0.87 | 0 | 0.44 | 238.13 | 0.81 | 0.31 |
| Hex | F | 13 | 8F | 5A | 57 | 0 | 2C | EE | 51 | 1F |
| Octal | 17 | 23 | 217 | 132 | 127 | 0 | 54 | 356 | 121 | 37 |
| Binary | 1111 | 10011 | 10001111 | 1011010 | 1010111 | 0 | 101100 | 11101110 | 1010001 | 11111 |
Color Harmonies of #0F138F
Complementary color
Monochromatic Colors of #0F138F
Black with #0F138F
Text Example
Text Example
White with #0F138F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F138F; }
p { color: rgb(15,19,143); }
H1.HeaderClassName
{
color: #0F138F;
}
.AnyTagClassName
{
color: #0F138F;
}
</style>
background-color css
<style>
a { background-color: #0F138F; }
a { background-color: rgb(15,19,143); }
div.DivClassName
{
background-color: #0F138F;
}
.BgClassName
{
background-color: #0F138F;
}
</style>
border-color css
<style>
span { border-color: #0F138F; }
span { border-color: rgb(15,19,143); }
td.TdClassName
{
border-color: #0F138F;
}
.TagClassName
{
border-color: #0F138F;
}
</style>