Shades of Ultramarine #0C178A
Tints of Ultramarine #0C178A
RGB
CMYK
RGB Variations
Color information
#0C178A (or 0x0C178A) is known color: Ultramarine. HEX triplet: 0C, 17 and 8A. RGB value is (12,23,138). Sum of RGB (Red+Green+Blue) = 12+23+138=173 (22% of max value = 765). Red value is 12 (5.08% from 255 or 6.94% from 173); Green value is 23 (9.38% from 255 or 13.29% from 173); Blue value is 138 (54.30% from 255 or 79.77% from 173); Max value from RGB is 138 - color contains mainly: blue. Hex color #0C178A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C178A is #F3E875. Grayscale: #202020. Windows color (decimal): -15984758 or 9049868. OLE color: 9049868.
HSL color Cylindrical-coordinate representation of color #0C178A: hue angle of 234.76º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C178A is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 12 | 23 | 138 | - |
| CMYK | 0.91 | 0.83 | 0 | 0.46 |
| HSL | 234.76º | 0.84% | 0.29% | - |
| HSV(B) | 234.76º | 0.91% | 0.54% | - |
| XYZ | 5.05 | 2.53 | 24.27 | - |
| YUV | 32.82 | 187.36 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 23 | 138 | 0.91 | 0.83 | 0 | 0.46 | 234.76 | 0.84 | 0.29 |
| Hex | C | 17 | 8A | 5B | 53 | 0 | 2E | EB | 54 | 1D |
| Octal | 14 | 27 | 212 | 133 | 123 | 0 | 56 | 353 | 124 | 35 |
| Binary | 1100 | 10111 | 10001010 | 1011011 | 1010011 | 0 | 101110 | 11101011 | 1010100 | 11101 |
Color Harmonies of #0C178A
Complementary color
Monochromatic Colors of #0C178A
Black with #0C178A
Text Example
Text Example
White with #0C178A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C178A; }
p { color: rgb(12,23,138); }
H1.HeaderClassName
{
color: #0C178A;
}
.AnyTagClassName
{
color: #0C178A;
}
</style>
background-color css
<style>
a { background-color: #0C178A; }
a { background-color: rgb(12,23,138); }
div.DivClassName
{
background-color: #0C178A;
}
.BgClassName
{
background-color: #0C178A;
}
</style>
border-color css
<style>
span { border-color: #0C178A; }
span { border-color: rgb(12,23,138); }
td.TdClassName
{
border-color: #0C178A;
}
.TagClassName
{
border-color: #0C178A;
}
</style>