Shades of Ultramarine #0C178F
Tints of Ultramarine #0C178F
RGB
CMYK
RGB Variations
Color information
#0C178F (or 0x0C178F) is known color: Ultramarine. HEX triplet: 0C, 17 and 8F. RGB value is (12,23,143). Sum of RGB (Red+Green+Blue) = 12+23+143=178 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.74% from 178); Green value is 23 (9.38% from 255 or 12.92% from 178); Blue value is 143 (56.25% from 255 or 80.34% from 178); Max value from RGB is 143 - color contains mainly: blue. Hex color #0C178F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C178F is #F3E870. Grayscale: #202020. Windows color (decimal): -15984753 or 9377548. OLE color: 9377548.
HSL color Cylindrical-coordinate representation of color #0C178F: hue angle of 234.96º degrees, saturation: 0.85, 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 #0C178F is Cyan = 0.92, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 12 | 23 | 143 | - |
| CMYK | 0.92 | 0.84 | 0 | 0.44 |
| HSL | 234.96º | 0.85% | 0.3% | - |
| HSV(B) | 234.96º | 0.92% | 0.56% | - |
| XYZ | 5.42 | 2.67 | 26.22 | - |
| YUV | 33.39 | 189.86 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 23 | 143 | 0.92 | 0.84 | 0 | 0.44 | 234.96 | 0.85 | 0.3 |
| Hex | C | 17 | 8F | 5C | 54 | 0 | 2C | EB | 55 | 1E |
| Octal | 14 | 27 | 217 | 134 | 124 | 0 | 54 | 353 | 125 | 36 |
| Binary | 1100 | 10111 | 10001111 | 1011100 | 1010100 | 0 | 101100 | 11101011 | 1010101 | 11110 |
Color Harmonies of #0C178F
Complementary color
Monochromatic Colors of #0C178F
Black with #0C178F
Text Example
Text Example
White with #0C178F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C178F; }
p { color: rgb(12,23,143); }
H1.HeaderClassName
{
color: #0C178F;
}
.AnyTagClassName
{
color: #0C178F;
}
</style>
background-color css
<style>
a { background-color: #0C178F; }
a { background-color: rgb(12,23,143); }
div.DivClassName
{
background-color: #0C178F;
}
.BgClassName
{
background-color: #0C178F;
}
</style>
border-color css
<style>
span { border-color: #0C178F; }
span { border-color: rgb(12,23,143); }
td.TdClassName
{
border-color: #0C178F;
}
.TagClassName
{
border-color: #0C178F;
}
</style>