Shades of Ultramarine #0B188B
Tints of Ultramarine #0B188B
RGB
CMYK
RGB Variations
Color information
#0B188B (or 0x0B188B) is known color: Ultramarine. HEX triplet: 0B, 18 and 8B. RGB value is (11,24,139). Sum of RGB (Red+Green+Blue) = 11+24+139=174 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.32% from 174); Green value is 24 (9.77% from 255 or 13.79% from 174); Blue value is 139 (54.69% from 255 or 79.89% from 174); Max value from RGB is 139 - color contains mainly: blue. Hex color #0B188B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B188B is #F4E774. Grayscale: #202020. Windows color (decimal): -16050037 or 9115659. OLE color: 9115659.
HSL color Cylindrical-coordinate representation of color #0B188B: hue angle of 233.91º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B188B is Cyan = 0.92, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 11 | 24 | 139 | - |
| CMYK | 0.92 | 0.83 | 0 | 0.45 |
| HSL | 233.91º | 0.85% | 0.29% | - |
| HSV(B) | 233.91º | 0.92% | 0.55% | - |
| XYZ | 5.12 | 2.59 | 24.66 | - |
| YUV | 33.22 | 187.69 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 24 | 139 | 0.92 | 0.83 | 0 | 0.45 | 233.91 | 0.85 | 0.29 |
| Hex | B | 18 | 8B | 5C | 53 | 0 | 2D | EA | 55 | 1D |
| Octal | 13 | 30 | 213 | 134 | 123 | 0 | 55 | 352 | 125 | 35 |
| Binary | 1011 | 11000 | 10001011 | 1011100 | 1010011 | 0 | 101101 | 11101010 | 1010101 | 11101 |
Color Harmonies of #0B188B
Complementary color
Monochromatic Colors of #0B188B
Black with #0B188B
Text Example
Text Example
White with #0B188B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B188B; }
p { color: rgb(11,24,139); }
H1.HeaderClassName
{
color: #0B188B;
}
.AnyTagClassName
{
color: #0B188B;
}
</style>
background-color css
<style>
a { background-color: #0B188B; }
a { background-color: rgb(11,24,139); }
div.DivClassName
{
background-color: #0B188B;
}
.BgClassName
{
background-color: #0B188B;
}
</style>
border-color css
<style>
span { border-color: #0B188B; }
span { border-color: rgb(11,24,139); }
td.TdClassName
{
border-color: #0B188B;
}
.TagClassName
{
border-color: #0B188B;
}
</style>