Shades of Ultramarine #0F0B90
Tints of Ultramarine #0F0B90
RGB
CMYK
RGB Variations
Color information
#0F0B90 (or 0x0F0B90) is known color: Ultramarine. HEX triplet: 0F, 0B and 90. RGB value is (15,11,144). Sum of RGB (Red+Green+Blue) = 15+11+144=170 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.82% from 170); Green value is 11 (4.69% from 255 or 6.47% from 170); Blue value is 144 (56.64% from 255 or 84.71% from 170); Max value from RGB is 144 - color contains mainly: blue. Hex color #0F0B90 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0B90 is #F0F46F. Grayscale: #1A1A1A. Windows color (decimal): -15791216 or 9440015. OLE color: 9440015.
HSL color Cylindrical-coordinate representation of color #0F0B90: hue angle of 241.8º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F0B90 is Cyan = 0.90, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 15 | 11 | 144 | - |
| CMYK | 0.90 | 0.92 | 0 | 0.44 |
| HSL | 241.8º | 0.86% | 0.3% | - |
| HSV(B) | 241.8º | 0.92% | 0.56% | - |
| XYZ | 5.35 | 2.35 | 26.56 | - |
| YUV | 27.36 | 193.83 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 11 | 144 | 0.90 | 0.92 | 0 | 0.44 | 241.8 | 0.86 | 0.3 |
| Hex | F | B | 90 | 5A | 5C | 0 | 2C | F2 | 56 | 1E |
| Octal | 17 | 13 | 220 | 132 | 134 | 0 | 54 | 362 | 126 | 36 |
| Binary | 1111 | 1011 | 10010000 | 1011010 | 1011100 | 0 | 101100 | 11110010 | 1010110 | 11110 |
Color Harmonies of #0F0B90
Complementary color
Monochromatic Colors of #0F0B90
Black with #0F0B90
Text Example
Text Example
White with #0F0B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0B90; }
p { color: rgb(15,11,144); }
H1.HeaderClassName
{
color: #0F0B90;
}
.AnyTagClassName
{
color: #0F0B90;
}
</style>
background-color css
<style>
a { background-color: #0F0B90; }
a { background-color: rgb(15,11,144); }
div.DivClassName
{
background-color: #0F0B90;
}
.BgClassName
{
background-color: #0F0B90;
}
</style>
border-color css
<style>
span { border-color: #0F0B90; }
span { border-color: rgb(15,11,144); }
td.TdClassName
{
border-color: #0F0B90;
}
.TagClassName
{
border-color: #0F0B90;
}
</style>