Shades of Ultramarine #0F139B
Tints of Ultramarine #0F139B
RGB
CMYK
RGB Variations
Color information
#0F139B (or 0x0F139B) is known color: Ultramarine. HEX triplet: 0F, 13 and 9B. RGB value is (15,19,155). Sum of RGB (Red+Green+Blue) = 15+19+155=189 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.94% from 189); Green value is 19 (7.81% from 255 or 10.05% from 189); Blue value is 155 (60.94% from 255 or 82.01% from 189); Max value from RGB is 155 - color contains mainly: blue. Hex color #0F139B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F139B is #F0EC64. Grayscale: #202020. Windows color (decimal): -15789157 or 10162959. OLE color: 10162959.
HSL color Cylindrical-coordinate representation of color #0F139B: hue angle of 238.29º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F139B is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 15 | 19 | 155 | - |
| CMYK | 0.90 | 0.88 | 0 | 0.39 |
| HSL | 238.29º | 0.82% | 0.33% | - |
| HSV(B) | 238.29º | 0.9% | 0.61% | - |
| XYZ | 6.35 | 2.93 | 31.24 | - |
| YUV | 33.31 | 196.67 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 19 | 155 | 0.90 | 0.88 | 0 | 0.39 | 238.29 | 0.82 | 0.33 |
| Hex | F | 13 | 9B | 5A | 58 | 0 | 27 | EE | 52 | 21 |
| Octal | 17 | 23 | 233 | 132 | 130 | 0 | 47 | 356 | 122 | 41 |
| Binary | 1111 | 10011 | 10011011 | 1011010 | 1011000 | 0 | 100111 | 11101110 | 1010010 | 100001 |
Color Harmonies of #0F139B
Complementary color
Monochromatic Colors of #0F139B
Black with #0F139B
Text Example
Text Example
White with #0F139B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F139B; }
p { color: rgb(15,19,155); }
H1.HeaderClassName
{
color: #0F139B;
}
.AnyTagClassName
{
color: #0F139B;
}
</style>
background-color css
<style>
a { background-color: #0F139B; }
a { background-color: rgb(15,19,155); }
div.DivClassName
{
background-color: #0F139B;
}
.BgClassName
{
background-color: #0F139B;
}
</style>
border-color css
<style>
span { border-color: #0F139B; }
span { border-color: rgb(15,19,155); }
td.TdClassName
{
border-color: #0F139B;
}
.TagClassName
{
border-color: #0F139B;
}
</style>