Shades of Ultramarine #0C0298
Tints of Ultramarine #0C0298
RGB
CMYK
RGB Variations
Color information
#0C0298 (or 0x0C0298) is known color: Ultramarine. HEX triplet: 0C, 02 and 98. RGB value is (12,2,152). Sum of RGB (Red+Green+Blue) = 12+2+152=166 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.23% from 166); Green value is 2 (1.17% from 255 or 1.20% from 166); Blue value is 152 (59.77% from 255 or 91.57% from 166); Max value from RGB is 152 - color contains mainly: blue. Hex color #0C0298 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0298 is #F3FD67. Grayscale: #151515. Windows color (decimal): -15990120 or 9961996. OLE color: 9961996.
HSL color Cylindrical-coordinate representation of color #0C0298: hue angle of 244º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0C0298 is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 12 | 2 | 152 | - |
| CMYK | 0.92 | 0.99 | 0 | 0.40 |
| HSL | 244º | 0.97% | 0.3% | - |
| HSV(B) | 244º | 0.99% | 0.6% | - |
| XYZ | 5.84 | 2.39 | 29.86 | - |
| YUV | 22.09 | 201.31 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 2 | 152 | 0.92 | 0.99 | 0 | 0.40 | 244 | 0.97 | 0.3 |
| Hex | C | 2 | 98 | 5C | 63 | 0 | 28 | F4 | 61 | 1E |
| Octal | 14 | 2 | 230 | 134 | 143 | 0 | 50 | 364 | 141 | 36 |
| Binary | 1100 | 10 | 10011000 | 1011100 | 1100011 | 0 | 101000 | 11110100 | 1100001 | 11110 |
Color Harmonies of #0C0298
Complementary color
Monochromatic Colors of #0C0298
Black with #0C0298
Text Example
Text Example
White with #0C0298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0298; }
p { color: rgb(12,2,152); }
H1.HeaderClassName
{
color: #0C0298;
}
.AnyTagClassName
{
color: #0C0298;
}
</style>
background-color css
<style>
a { background-color: #0C0298; }
a { background-color: rgb(12,2,152); }
div.DivClassName
{
background-color: #0C0298;
}
.BgClassName
{
background-color: #0C0298;
}
</style>
border-color css
<style>
span { border-color: #0C0298; }
span { border-color: rgb(12,2,152); }
td.TdClassName
{
border-color: #0C0298;
}
.TagClassName
{
border-color: #0C0298;
}
</style>