Shades of Ultramarine #0C129C
Tints of Ultramarine #0C129C
RGB
CMYK
RGB Variations
Color information
#0C129C (or 0x0C129C) is known color: Ultramarine. HEX triplet: 0C, 12 and 9C. RGB value is (12,18,156). Sum of RGB (Red+Green+Blue) = 12+18+156=186 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.45% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 156 (61.33% from 255 or 83.87% from 186); Max value from RGB is 156 - color contains mainly: blue. Hex color #0C129C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C129C is #F3ED63. Grayscale: #1F1F1F. Windows color (decimal): -15986020 or 10228236. OLE color: 10228236.
HSL color Cylindrical-coordinate representation of color #0C129C: hue angle of 237.5º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C129C is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 12 | 18 | 156 | - |
| CMYK | 0.92 | 0.88 | 0 | 0.39 |
| HSL | 237.5º | 0.86% | 0.33% | - |
| HSV(B) | 237.5º | 0.92% | 0.61% | - |
| XYZ | 6.37 | 2.91 | 31.68 | - |
| YUV | 31.94 | 198.01 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 18 | 156 | 0.92 | 0.88 | 0 | 0.39 | 237.5 | 0.86 | 0.33 |
| Hex | C | 12 | 9C | 5C | 58 | 0 | 27 | EE | 56 | 21 |
| Octal | 14 | 22 | 234 | 134 | 130 | 0 | 47 | 356 | 126 | 41 |
| Binary | 1100 | 10010 | 10011100 | 1011100 | 1011000 | 0 | 100111 | 11101110 | 1010110 | 100001 |
Color Harmonies of #0C129C
Complementary color
Monochromatic Colors of #0C129C
Black with #0C129C
Text Example
Text Example
White with #0C129C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C129C; }
p { color: rgb(12,18,156); }
H1.HeaderClassName
{
color: #0C129C;
}
.AnyTagClassName
{
color: #0C129C;
}
</style>
background-color css
<style>
a { background-color: #0C129C; }
a { background-color: rgb(12,18,156); }
div.DivClassName
{
background-color: #0C129C;
}
.BgClassName
{
background-color: #0C129C;
}
</style>
border-color css
<style>
span { border-color: #0C129C; }
span { border-color: rgb(12,18,156); }
td.TdClassName
{
border-color: #0C129C;
}
.TagClassName
{
border-color: #0C129C;
}
</style>