Shades of Ultramarine #0C178D
Tints of Ultramarine #0C178D
RGB
CMYK
RGB Variations
Color information
#0C178D (or 0x0C178D) is known color: Ultramarine. HEX triplet: 0C, 17 and 8D. RGB value is (12,23,141). Sum of RGB (Red+Green+Blue) = 12+23+141=176 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.82% from 176); Green value is 23 (9.38% from 255 or 13.07% from 176); Blue value is 141 (55.47% from 255 or 80.11% from 176); Max value from RGB is 141 - color contains mainly: blue. Hex color #0C178D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C178D is #F3E872. Grayscale: #202020. Windows color (decimal): -15984755 or 9246476. OLE color: 9246476.
HSL color Cylindrical-coordinate representation of color #0C178D: hue angle of 234.88º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C178D is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 12 | 23 | 141 | - |
| CMYK | 0.91 | 0.84 | 0 | 0.45 |
| HSL | 234.88º | 0.84% | 0.3% | - |
| HSV(B) | 234.88º | 0.91% | 0.55% | - |
| XYZ | 5.27 | 2.61 | 25.43 | - |
| YUV | 33.16 | 188.86 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 23 | 141 | 0.91 | 0.84 | 0 | 0.45 | 234.88 | 0.84 | 0.3 |
| Hex | C | 17 | 8D | 5B | 54 | 0 | 2D | EB | 54 | 1E |
| Octal | 14 | 27 | 215 | 133 | 124 | 0 | 55 | 353 | 124 | 36 |
| Binary | 1100 | 10111 | 10001101 | 1011011 | 1010100 | 0 | 101101 | 11101011 | 1010100 | 11110 |
Color Harmonies of #0C178D
Complementary color
Monochromatic Colors of #0C178D
Black with #0C178D
Text Example
Text Example
White with #0C178D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C178D; }
p { color: rgb(12,23,141); }
H1.HeaderClassName
{
color: #0C178D;
}
.AnyTagClassName
{
color: #0C178D;
}
</style>
background-color css
<style>
a { background-color: #0C178D; }
a { background-color: rgb(12,23,141); }
div.DivClassName
{
background-color: #0C178D;
}
.BgClassName
{
background-color: #0C178D;
}
</style>
border-color css
<style>
span { border-color: #0C178D; }
span { border-color: rgb(12,23,141); }
td.TdClassName
{
border-color: #0C178D;
}
.TagClassName
{
border-color: #0C178D;
}
</style>