Shades of Ultramarine #0B148F
Tints of Ultramarine #0B148F
RGB
CMYK
RGB Variations
Color information
#0B148F (or 0x0B148F) is known color: Ultramarine. HEX triplet: 0B, 14 and 8F. RGB value is (11,20,143). Sum of RGB (Red+Green+Blue) = 11+20+143=174 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.32% from 174); Green value is 20 (8.20% from 255 or 11.49% from 174); Blue value is 143 (56.25% from 255 or 82.18% from 174); Max value from RGB is 143 - color contains mainly: blue. Hex color #0B148F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B148F is #F4EB70. Grayscale: #1E1E1E. Windows color (decimal): -16051057 or 9376779. OLE color: 9376779.
HSL color Cylindrical-coordinate representation of color #0B148F: hue angle of 235.91º 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 #0B148F is Cyan = 0.92, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 11 | 20 | 143 | - |
| CMYK | 0.92 | 0.86 | 0 | 0.44 |
| HSL | 235.91º | 0.86% | 0.3% | - |
| HSV(B) | 235.91º | 0.92% | 0.56% | - |
| XYZ | 5.35 | 2.55 | 26.2 | - |
| YUV | 31.33 | 191.02 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 20 | 143 | 0.92 | 0.86 | 0 | 0.44 | 235.91 | 0.86 | 0.3 |
| Hex | B | 14 | 8F | 5C | 56 | 0 | 2C | EC | 56 | 1E |
| Octal | 13 | 24 | 217 | 134 | 126 | 0 | 54 | 354 | 126 | 36 |
| Binary | 1011 | 10100 | 10001111 | 1011100 | 1010110 | 0 | 101100 | 11101100 | 1010110 | 11110 |
Color Harmonies of #0B148F
Complementary color
Monochromatic Colors of #0B148F
Black with #0B148F
Text Example
Text Example
White with #0B148F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B148F; }
p { color: rgb(11,20,143); }
H1.HeaderClassName
{
color: #0B148F;
}
.AnyTagClassName
{
color: #0B148F;
}
</style>
background-color css
<style>
a { background-color: #0B148F; }
a { background-color: rgb(11,20,143); }
div.DivClassName
{
background-color: #0B148F;
}
.BgClassName
{
background-color: #0B148F;
}
</style>
border-color css
<style>
span { border-color: #0B148F; }
span { border-color: rgb(11,20,143); }
td.TdClassName
{
border-color: #0B148F;
}
.TagClassName
{
border-color: #0B148F;
}
</style>