Shades of Ultramarine #0F159B
Tints of Ultramarine #0F159B
RGB
CMYK
RGB Variations
Color information
#0F159B (or 0x0F159B) is known color: Ultramarine. HEX triplet: 0F, 15 and 9B. RGB value is (15,21,155). Sum of RGB (Red+Green+Blue) = 15+21+155=191 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.85% from 191); Green value is 21 (8.59% from 255 or 10.99% from 191); Blue value is 155 (60.94% from 255 or 81.15% from 191); Max value from RGB is 155 - color contains mainly: blue. Hex color #0F159B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F159B is #F0EA64. Grayscale: #212121. Windows color (decimal): -15788645 or 10163471. OLE color: 10163471.
HSL color Cylindrical-coordinate representation of color #0F159B: hue angle of 237.43º 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 #0F159B is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 15 | 21 | 155 | - |
| CMYK | 0.90 | 0.86 | 0 | 0.39 |
| HSL | 237.43º | 0.82% | 0.33% | - |
| HSV(B) | 237.43º | 0.9% | 0.61% | - |
| XYZ | 6.38 | 3 | 31.25 | - |
| YUV | 34.48 | 196.01 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 21 | 155 | 0.90 | 0.86 | 0 | 0.39 | 237.43 | 0.82 | 0.33 |
| Hex | F | 15 | 9B | 5A | 56 | 0 | 27 | ED | 52 | 21 |
| Octal | 17 | 25 | 233 | 132 | 126 | 0 | 47 | 355 | 122 | 41 |
| Binary | 1111 | 10101 | 10011011 | 1011010 | 1010110 | 0 | 100111 | 11101101 | 1010010 | 100001 |
Color Harmonies of #0F159B
Complementary color
Monochromatic Colors of #0F159B
Black with #0F159B
Text Example
Text Example
White with #0F159B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F159B; }
p { color: rgb(15,21,155); }
H1.HeaderClassName
{
color: #0F159B;
}
.AnyTagClassName
{
color: #0F159B;
}
</style>
background-color css
<style>
a { background-color: #0F159B; }
a { background-color: rgb(15,21,155); }
div.DivClassName
{
background-color: #0F159B;
}
.BgClassName
{
background-color: #0F159B;
}
</style>
border-color css
<style>
span { border-color: #0F159B; }
span { border-color: rgb(15,21,155); }
td.TdClassName
{
border-color: #0F159B;
}
.TagClassName
{
border-color: #0F159B;
}
</style>