Shades of Ultramarine #0C119B
Tints of Ultramarine #0C119B
RGB
CMYK
RGB Variations
Color information
#0C119B (or 0x0C119B) is known color: Ultramarine. HEX triplet: 0C, 11 and 9B. RGB value is (12,17,155). Sum of RGB (Red+Green+Blue) = 12+17+155=184 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.52% from 184); Green value is 17 (7.03% from 255 or 9.24% from 184); Blue value is 155 (60.94% from 255 or 84.24% from 184); Max value from RGB is 155 - color contains mainly: blue. Hex color #0C119B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C119B is #F3EE64. Grayscale: #1E1E1E. Windows color (decimal): -15986277 or 10162444. OLE color: 10162444.
HSL color Cylindrical-coordinate representation of color #0C119B: hue angle of 237.9º 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 #0C119B is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 12 | 17 | 155 | - |
| CMYK | 0.92 | 0.89 | 0 | 0.39 |
| HSL | 237.9º | 0.86% | 0.33% | - |
| HSV(B) | 237.9º | 0.92% | 0.61% | - |
| XYZ | 6.27 | 2.85 | 31.23 | - |
| YUV | 31.24 | 197.84 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 17 | 155 | 0.92 | 0.89 | 0 | 0.39 | 237.9 | 0.86 | 0.33 |
| Hex | C | 11 | 9B | 5C | 59 | 0 | 27 | EE | 56 | 21 |
| Octal | 14 | 21 | 233 | 134 | 131 | 0 | 47 | 356 | 126 | 41 |
| Binary | 1100 | 10001 | 10011011 | 1011100 | 1011001 | 0 | 100111 | 11101110 | 1010110 | 100001 |
Color Harmonies of #0C119B
Complementary color
Monochromatic Colors of #0C119B
Black with #0C119B
Text Example
Text Example
White with #0C119B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C119B; }
p { color: rgb(12,17,155); }
H1.HeaderClassName
{
color: #0C119B;
}
.AnyTagClassName
{
color: #0C119B;
}
</style>
background-color css
<style>
a { background-color: #0C119B; }
a { background-color: rgb(12,17,155); }
div.DivClassName
{
background-color: #0C119B;
}
.BgClassName
{
background-color: #0C119B;
}
</style>
border-color css
<style>
span { border-color: #0C119B; }
span { border-color: rgb(12,17,155); }
td.TdClassName
{
border-color: #0C119B;
}
.TagClassName
{
border-color: #0C119B;
}
</style>