Shades of Ultramarine #0B1885
Tints of Ultramarine #0B1885
RGB
CMYK
RGB Variations
Color information
#0B1885 (or 0x0B1885) is known color: Ultramarine. HEX triplet: 0B, 18 and 85. RGB value is (11,24,133). Sum of RGB (Red+Green+Blue) = 11+24+133=168 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.55% from 168); Green value is 24 (9.77% from 255 or 14.29% from 168); Blue value is 133 (52.34% from 255 or 79.17% from 168); Max value from RGB is 133 - color contains mainly: blue. Hex color #0B1885 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B1885 is #F4E77A. Grayscale: #202020. Windows color (decimal): -16050043 or 8722443. OLE color: 8722443.
HSL color Cylindrical-coordinate representation of color #0B1885: hue angle of 233.61º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B1885 is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 11 | 24 | 133 | - |
| CMYK | 0.92 | 0.82 | 0 | 0.48 |
| HSL | 233.61º | 0.85% | 0.28% | - |
| HSV(B) | 233.61º | 0.92% | 0.52% | - |
| XYZ | 4.7 | 2.42 | 22.41 | - |
| YUV | 32.54 | 184.69 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 24 | 133 | 0.92 | 0.82 | 0 | 0.48 | 233.61 | 0.85 | 0.28 |
| Hex | B | 18 | 85 | 5C | 52 | 0 | 30 | EA | 55 | 1C |
| Octal | 13 | 30 | 205 | 134 | 122 | 0 | 60 | 352 | 125 | 34 |
| Binary | 1011 | 11000 | 10000101 | 1011100 | 1010010 | 0 | 110000 | 11101010 | 1010101 | 11100 |
Color Harmonies of #0B1885
Complementary color
Monochromatic Colors of #0B1885
Black with #0B1885
Text Example
Text Example
White with #0B1885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1885; }
p { color: rgb(11,24,133); }
H1.HeaderClassName
{
color: #0B1885;
}
.AnyTagClassName
{
color: #0B1885;
}
</style>
background-color css
<style>
a { background-color: #0B1885; }
a { background-color: rgb(11,24,133); }
div.DivClassName
{
background-color: #0B1885;
}
.BgClassName
{
background-color: #0B1885;
}
</style>
border-color css
<style>
span { border-color: #0B1885; }
span { border-color: rgb(11,24,133); }
td.TdClassName
{
border-color: #0B1885;
}
.TagClassName
{
border-color: #0B1885;
}
</style>