Shades of Navy #0C0084
Tints of Navy #0C0084
RGB
CMYK
RGB Variations
Color information
#0C0084 (or 0x0C0084) is known color: Navy. HEX triplet: 0C, 00 and 84. RGB value is (12,0,132). Sum of RGB (Red+Green+Blue) = 12+0+132=144 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.33% from 144); Green value is 0 (0.39% from 255 or 0% from 144); Blue value is 132 (51.95% from 255 or 91.67% from 144); Max value from RGB is 132 - color contains mainly: blue. Hex color #0C0084 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0084 is #F3FF7B. Grayscale: #121212. Windows color (decimal): -15990652 or 8650764. OLE color: 8650764.
HSL color Cylindrical-coordinate representation of color #0C0084: hue angle of 245.45º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0C0084 is Cyan = 0.91, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 12 | 0 | 132 | - |
| CMYK | 0.91 | 1 | 0 | 0.48 |
| HSL | 245.45º | 1% | 0.26% | - |
| HSV(B) | 245.45º | 1% | 0.52% | - |
| XYZ | 4.32 | 1.74 | 21.94 | - |
| YUV | 18.64 | 191.98 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 0 | 132 | 0.91 | 1 | 0 | 0.48 | 245.45 | 1 | 0.26 |
| Hex | C | 0 | 84 | 5B | 64 | 0 | 30 | F5 | 64 | 1A |
| Octal | 14 | 0 | 204 | 133 | 144 | 0 | 60 | 365 | 144 | 32 |
| Binary | 1100 | 0 | 10000100 | 1011011 | 1100100 | 0 | 110000 | 11110101 | 1100100 | 11010 |
Color Harmonies of #0C0084
Complementary color
Monochromatic Colors of #0C0084
Black with #0C0084
Text Example
Text Example
White with #0C0084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0084; }
p { color: rgb(12,0,132); }
H1.HeaderClassName
{
color: #0C0084;
}
.AnyTagClassName
{
color: #0C0084;
}
</style>
background-color css
<style>
a { background-color: #0C0084; }
a { background-color: rgb(12,0,132); }
div.DivClassName
{
background-color: #0C0084;
}
.BgClassName
{
background-color: #0C0084;
}
</style>
border-color css
<style>
span { border-color: #0C0084; }
span { border-color: rgb(12,0,132); }
td.TdClassName
{
border-color: #0C0084;
}
.TagClassName
{
border-color: #0C0084;
}
</style>