Shades of Ultramarine #0C0792
Tints of Ultramarine #0C0792
RGB
CMYK
RGB Variations
Color information
#0C0792 (or 0x0C0792) is known color: Ultramarine. HEX triplet: 0C, 07 and 92. RGB value is (12,7,146). Sum of RGB (Red+Green+Blue) = 12+7+146=165 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.27% from 165); Green value is 7 (3.12% from 255 or 4.24% from 165); Blue value is 146 (57.42% from 255 or 88.48% from 165); Max value from RGB is 146 - color contains mainly: blue. Hex color #0C0792 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0792 is #F3F86D. Grayscale: #171717. Windows color (decimal): -15988846 or 9570060. OLE color: 9570060.
HSL color Cylindrical-coordinate representation of color #0C0792: hue angle of 242.16º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C0792 is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 12 | 7 | 146 | - |
| CMYK | 0.92 | 0.95 | 0 | 0.43 |
| HSL | 242.16º | 0.91% | 0.3% | - |
| HSV(B) | 242.16º | 0.95% | 0.57% | - |
| XYZ | 5.42 | 2.31 | 27.35 | - |
| YUV | 24.34 | 196.66 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 7 | 146 | 0.92 | 0.95 | 0 | 0.43 | 242.16 | 0.91 | 0.3 |
| Hex | C | 7 | 92 | 5C | 5F | 0 | 2B | F2 | 5B | 1E |
| Octal | 14 | 7 | 222 | 134 | 137 | 0 | 53 | 362 | 133 | 36 |
| Binary | 1100 | 111 | 10010010 | 1011100 | 1011111 | 0 | 101011 | 11110010 | 1011011 | 11110 |
Color Harmonies of #0C0792
Complementary color
Monochromatic Colors of #0C0792
Black with #0C0792
Text Example
Text Example
White with #0C0792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0792; }
p { color: rgb(12,7,146); }
H1.HeaderClassName
{
color: #0C0792;
}
.AnyTagClassName
{
color: #0C0792;
}
</style>
background-color css
<style>
a { background-color: #0C0792; }
a { background-color: rgb(12,7,146); }
div.DivClassName
{
background-color: #0C0792;
}
.BgClassName
{
background-color: #0C0792;
}
</style>
border-color css
<style>
span { border-color: #0C0792; }
span { border-color: rgb(12,7,146); }
td.TdClassName
{
border-color: #0C0792;
}
.TagClassName
{
border-color: #0C0792;
}
</style>