Shades of Ultramarine #0B0F9E
Tints of Ultramarine #0B0F9E
RGB
CMYK
RGB Variations
Color information
#0B0F9E (or 0x0B0F9E) is known color: Ultramarine. HEX triplet: 0B, 0F and 9E. RGB value is (11,15,158). Sum of RGB (Red+Green+Blue) = 11+15+158=184 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.98% from 184); Green value is 15 (6.25% from 255 or 8.15% from 184); Blue value is 158 (62.11% from 255 or 85.87% from 184); Max value from RGB is 158 - color contains mainly: blue. Hex color #0B0F9E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B0F9E is #F4F061. Grayscale: #1D1D1D. Windows color (decimal): -16052322 or 10358539. OLE color: 10358539.
HSL color Cylindrical-coordinate representation of color #0B0F9E: hue angle of 238.37º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B0F9E is Cyan = 0.93, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 11 | 15 | 158 | - |
| CMYK | 0.93 | 0.91 | 0 | 0.38 |
| HSL | 238.37º | 0.87% | 0.33% | - |
| HSV(B) | 238.37º | 0.93% | 0.62% | - |
| XYZ | 6.48 | 2.88 | 32.56 | - |
| YUV | 30.11 | 200.17 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 15 | 158 | 0.93 | 0.91 | 0 | 0.38 | 238.37 | 0.87 | 0.33 |
| Hex | B | F | 9E | 5D | 5B | 0 | 26 | EE | 57 | 21 |
| Octal | 13 | 17 | 236 | 135 | 133 | 0 | 46 | 356 | 127 | 41 |
| Binary | 1011 | 1111 | 10011110 | 1011101 | 1011011 | 0 | 100110 | 11101110 | 1010111 | 100001 |
Color Harmonies of #0B0F9E
Complementary color
Monochromatic Colors of #0B0F9E
Black with #0B0F9E
Text Example
Text Example
White with #0B0F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0F9E; }
p { color: rgb(11,15,158); }
H1.HeaderClassName
{
color: #0B0F9E;
}
.AnyTagClassName
{
color: #0B0F9E;
}
</style>
background-color css
<style>
a { background-color: #0B0F9E; }
a { background-color: rgb(11,15,158); }
div.DivClassName
{
background-color: #0B0F9E;
}
.BgClassName
{
background-color: #0B0F9E;
}
</style>
border-color css
<style>
span { border-color: #0B0F9E; }
span { border-color: rgb(11,15,158); }
td.TdClassName
{
border-color: #0B0F9E;
}
.TagClassName
{
border-color: #0B0F9E;
}
</style>