Shades of Ultramarine #0B1C85
Tints of Ultramarine #0B1C85
RGB
CMYK
RGB Variations
Color information
#0B1C85 (or 0x0B1C85) is known color: Ultramarine. HEX triplet: 0B, 1C and 85. RGB value is (11,28,133). Sum of RGB (Red+Green+Blue) = 11+28+133=172 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.40% from 172); Green value is 28 (11.33% from 255 or 16.28% from 172); Blue value is 133 (52.34% from 255 or 77.33% from 172); Max value from RGB is 133 - color contains mainly: blue. Hex color #0B1C85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B1C85 is #F4E37A. Grayscale: #222222. Windows color (decimal): -16049019 or 8723467. OLE color: 8723467.
HSL color Cylindrical-coordinate representation of color #0B1C85: hue angle of 231.64º 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 #0B1C85 is Cyan = 0.92, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 11 | 28 | 133 | - |
| CMYK | 0.92 | 0.79 | 0 | 0.48 |
| HSL | 231.64º | 0.85% | 0.28% | - |
| HSV(B) | 231.64º | 0.92% | 0.52% | - |
| XYZ | 4.79 | 2.6 | 22.44 | - |
| YUV | 34.89 | 183.37 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 28 | 133 | 0.92 | 0.79 | 0 | 0.48 | 231.64 | 0.85 | 0.28 |
| Hex | B | 1C | 85 | 5C | 4F | 0 | 30 | E8 | 55 | 1C |
| Octal | 13 | 34 | 205 | 134 | 117 | 0 | 60 | 350 | 125 | 34 |
| Binary | 1011 | 11100 | 10000101 | 1011100 | 1001111 | 0 | 110000 | 11101000 | 1010101 | 11100 |
Color Harmonies of #0B1C85
Complementary color
Monochromatic Colors of #0B1C85
Black with #0B1C85
Text Example
Text Example
White with #0B1C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1C85; }
p { color: rgb(11,28,133); }
H1.HeaderClassName
{
color: #0B1C85;
}
.AnyTagClassName
{
color: #0B1C85;
}
</style>
background-color css
<style>
a { background-color: #0B1C85; }
a { background-color: rgb(11,28,133); }
div.DivClassName
{
background-color: #0B1C85;
}
.BgClassName
{
background-color: #0B1C85;
}
</style>
border-color css
<style>
span { border-color: #0B1C85; }
span { border-color: rgb(11,28,133); }
td.TdClassName
{
border-color: #0B1C85;
}
.TagClassName
{
border-color: #0B1C85;
}
</style>