Shades of Ultramarine #0C0B85
Tints of Ultramarine #0C0B85
RGB
CMYK
RGB Variations
Color information
#0C0B85 (or 0x0C0B85) is known color: Ultramarine. HEX triplet: 0C, 0B and 85. RGB value is (12,11,133). Sum of RGB (Red+Green+Blue) = 12+11+133=156 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.69% from 156); Green value is 11 (4.69% from 255 or 7.05% from 156); Blue value is 133 (52.34% from 255 or 85.26% from 156); Max value from RGB is 133 - color contains mainly: blue. Hex color #0C0B85 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0B85 is #F3F47A. Grayscale: #181818. Windows color (decimal): -15987835 or 8719116. OLE color: 8719116.
HSL color Cylindrical-coordinate representation of color #0C0B85: hue angle of 240.49º 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 #0C0B85 is Cyan = 0.91, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 12 | 11 | 133 | - |
| CMYK | 0.91 | 0.92 | 0 | 0.48 |
| HSL | 240.49º | 0.85% | 0.28% | - |
| HSV(B) | 240.49º | 0.92% | 0.52% | - |
| XYZ | 4.5 | 2.01 | 22.34 | - |
| YUV | 25.21 | 188.83 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 11 | 133 | 0.91 | 0.92 | 0 | 0.48 | 240.49 | 0.85 | 0.28 |
| Hex | C | B | 85 | 5B | 5C | 0 | 30 | F0 | 55 | 1C |
| Octal | 14 | 13 | 205 | 133 | 134 | 0 | 60 | 360 | 125 | 34 |
| Binary | 1100 | 1011 | 10000101 | 1011011 | 1011100 | 0 | 110000 | 11110000 | 1010101 | 11100 |
Color Harmonies of #0C0B85
Complementary color
Monochromatic Colors of #0C0B85
Black with #0C0B85
Text Example
Text Example
White with #0C0B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0B85; }
p { color: rgb(12,11,133); }
H1.HeaderClassName
{
color: #0C0B85;
}
.AnyTagClassName
{
color: #0C0B85;
}
</style>
background-color css
<style>
a { background-color: #0C0B85; }
a { background-color: rgb(12,11,133); }
div.DivClassName
{
background-color: #0C0B85;
}
.BgClassName
{
background-color: #0C0B85;
}
</style>
border-color css
<style>
span { border-color: #0C0B85; }
span { border-color: rgb(12,11,133); }
td.TdClassName
{
border-color: #0C0B85;
}
.TagClassName
{
border-color: #0C0B85;
}
</style>