Shades of Ultramarine #0B188F
Tints of Ultramarine #0B188F
RGB
CMYK
RGB Variations
Color information
#0B188F (or 0x0B188F) is known color: Ultramarine. HEX triplet: 0B, 18 and 8F. RGB value is (11,24,143). Sum of RGB (Red+Green+Blue) = 11+24+143=178 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.18% from 178); Green value is 24 (9.77% from 255 or 13.48% from 178); Blue value is 143 (56.25% from 255 or 80.34% from 178); Max value from RGB is 143 - color contains mainly: blue. Hex color #0B188F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B188F is #F4E770. Grayscale: #212121. Windows color (decimal): -16050033 or 9377803. OLE color: 9377803.
HSL color Cylindrical-coordinate representation of color #0B188F: hue angle of 234.09º 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 #0B188F is Cyan = 0.92, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 11 | 24 | 143 | - |
| CMYK | 0.92 | 0.83 | 0 | 0.44 |
| HSL | 234.09º | 0.86% | 0.3% | - |
| HSV(B) | 234.09º | 0.92% | 0.56% | - |
| XYZ | 5.42 | 2.71 | 26.22 | - |
| YUV | 33.68 | 189.69 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 24 | 143 | 0.92 | 0.83 | 0 | 0.44 | 234.09 | 0.86 | 0.3 |
| Hex | B | 18 | 8F | 5C | 53 | 0 | 2C | EA | 56 | 1E |
| Octal | 13 | 30 | 217 | 134 | 123 | 0 | 54 | 352 | 126 | 36 |
| Binary | 1011 | 11000 | 10001111 | 1011100 | 1010011 | 0 | 101100 | 11101010 | 1010110 | 11110 |
Color Harmonies of #0B188F
Complementary color
Monochromatic Colors of #0B188F
Black with #0B188F
Text Example
Text Example
White with #0B188F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B188F; }
p { color: rgb(11,24,143); }
H1.HeaderClassName
{
color: #0B188F;
}
.AnyTagClassName
{
color: #0B188F;
}
</style>
background-color css
<style>
a { background-color: #0B188F; }
a { background-color: rgb(11,24,143); }
div.DivClassName
{
background-color: #0B188F;
}
.BgClassName
{
background-color: #0B188F;
}
</style>
border-color css
<style>
span { border-color: #0B188F; }
span { border-color: rgb(11,24,143); }
td.TdClassName
{
border-color: #0B188F;
}
.TagClassName
{
border-color: #0B188F;
}
</style>