Shades of Ultramarine #0C0484
Tints of Ultramarine #0C0484
RGB
CMYK
RGB Variations
Color information
#0C0484 (or 0x0C0484) is known color: Ultramarine. HEX triplet: 0C, 04 and 84. RGB value is (12,4,132). Sum of RGB (Red+Green+Blue) = 12+4+132=148 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.11% from 148); Green value is 4 (1.95% from 255 or 2.70% from 148); Blue value is 132 (51.95% from 255 or 89.19% from 148); Max value from RGB is 132 - color contains mainly: blue. Hex color #0C0484 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0484 is #F3FB7B. Grayscale: #141414. Windows color (decimal): -15989628 or 8651788. OLE color: 8651788.
HSL color Cylindrical-coordinate representation of color #0C0484: hue angle of 243.75º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0C0484 is Cyan = 0.91, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 12 | 4 | 132 | - |
| CMYK | 0.91 | 0.97 | 0 | 0.48 |
| HSL | 243.75º | 0.94% | 0.27% | - |
| HSV(B) | 243.75º | 0.97% | 0.52% | - |
| XYZ | 4.36 | 1.83 | 21.95 | - |
| YUV | 20.98 | 190.65 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 4 | 132 | 0.91 | 0.97 | 0 | 0.48 | 243.75 | 0.94 | 0.27 |
| Hex | C | 4 | 84 | 5B | 61 | 0 | 30 | F4 | 5E | 1B |
| Octal | 14 | 4 | 204 | 133 | 141 | 0 | 60 | 364 | 136 | 33 |
| Binary | 1100 | 100 | 10000100 | 1011011 | 1100001 | 0 | 110000 | 11110100 | 1011110 | 11011 |
Color Harmonies of #0C0484
Complementary color
Monochromatic Colors of #0C0484
Black with #0C0484
Text Example
Text Example
White with #0C0484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0484; }
p { color: rgb(12,4,132); }
H1.HeaderClassName
{
color: #0C0484;
}
.AnyTagClassName
{
color: #0C0484;
}
</style>
background-color css
<style>
a { background-color: #0C0484; }
a { background-color: rgb(12,4,132); }
div.DivClassName
{
background-color: #0C0484;
}
.BgClassName
{
background-color: #0C0484;
}
</style>
border-color css
<style>
span { border-color: #0C0484; }
span { border-color: rgb(12,4,132); }
td.TdClassName
{
border-color: #0C0484;
}
.TagClassName
{
border-color: #0C0484;
}
</style>