Shades of Ultramarine #0C068E
Tints of Ultramarine #0C068E
RGB
CMYK
RGB Variations
Color information
#0C068E (or 0x0C068E) is known color: Ultramarine. HEX triplet: 0C, 06 and 8E. RGB value is (12,6,142). Sum of RGB (Red+Green+Blue) = 12+6+142=160 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.5% from 160); Green value is 6 (2.73% from 255 or 3.75% from 160); Blue value is 142 (55.86% from 255 or 88.75% from 160); Max value from RGB is 142 - color contains mainly: blue. Hex color #0C068E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C068E is #F3F971. Grayscale: #161616. Windows color (decimal): -15989106 or 9307660. OLE color: 9307660.
HSL color Cylindrical-coordinate representation of color #0C068E: hue angle of 242.65º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0C068E is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 12 | 6 | 142 | - |
| CMYK | 0.92 | 0.96 | 0 | 0.44 |
| HSL | 242.65º | 0.92% | 0.29% | - |
| HSV(B) | 242.65º | 0.96% | 0.56% | - |
| XYZ | 5.1 | 2.16 | 25.74 | - |
| YUV | 23.3 | 194.99 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 6 | 142 | 0.92 | 0.96 | 0 | 0.44 | 242.65 | 0.92 | 0.29 |
| Hex | C | 6 | 8E | 5C | 60 | 0 | 2C | F3 | 5C | 1D |
| Octal | 14 | 6 | 216 | 134 | 140 | 0 | 54 | 363 | 134 | 35 |
| Binary | 1100 | 110 | 10001110 | 1011100 | 1100000 | 0 | 101100 | 11110011 | 1011100 | 11101 |
Color Harmonies of #0C068E
Complementary color
Monochromatic Colors of #0C068E
Black with #0C068E
Text Example
Text Example
White with #0C068E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C068E; }
p { color: rgb(12,6,142); }
H1.HeaderClassName
{
color: #0C068E;
}
.AnyTagClassName
{
color: #0C068E;
}
</style>
background-color css
<style>
a { background-color: #0C068E; }
a { background-color: rgb(12,6,142); }
div.DivClassName
{
background-color: #0C068E;
}
.BgClassName
{
background-color: #0C068E;
}
</style>
border-color css
<style>
span { border-color: #0C068E; }
span { border-color: rgb(12,6,142); }
td.TdClassName
{
border-color: #0C068E;
}
.TagClassName
{
border-color: #0C068E;
}
</style>