Shades of Navy #000C84
Tints of Navy #000C84
RGB
CMYK
RGB Variations
Color information
#000C84 (or 0x000C84) is known color: Navy. HEX triplet: 00, 0C and 84. RGB value is (0,12,132). Sum of RGB (Red+Green+Blue) = 0+12+132=144 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 144); Green value is 12 (5.08% from 255 or 8.33% 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 #000C84 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000C84 is #FFF37B. Grayscale: #151515. Windows color (decimal): -16774012 or 8653824. OLE color: 8653824.
HSL color Cylindrical-coordinate representation of color #000C84: hue angle of 234.55º 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 #000C84 is Cyan = 1, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 12 | 132 | - |
| CMYK | 1 | 0.91 | 0 | 0.48 |
| HSL | 234.55º | 1% | 0.26% | - |
| HSV(B) | 234.55º | 1% | 0.52% | - |
| XYZ | 4.3 | 1.93 | 21.98 | - |
| YUV | 22.09 | 190.02 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 12 | 132 | 1 | 0.91 | 0 | 0.48 | 234.55 | 1 | 0.26 |
| Hex | 0 | C | 84 | 64 | 5B | 0 | 30 | EB | 64 | 1A |
| Octal | 0 | 14 | 204 | 144 | 133 | 0 | 60 | 353 | 144 | 32 |
| Binary | 0 | 1100 | 10000100 | 1100100 | 1011011 | 0 | 110000 | 11101011 | 1100100 | 11010 |
Color Harmonies of #000C84
Complementary color
Monochromatic Colors of #000C84
Black with #000C84
Text Example
Text Example
White with #000C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000C84; }
p { color: rgb(0,12,132); }
H1.HeaderClassName
{
color: #000C84;
}
.AnyTagClassName
{
color: #000C84;
}
</style>
background-color css
<style>
a { background-color: #000C84; }
a { background-color: rgb(0,12,132); }
div.DivClassName
{
background-color: #000C84;
}
.BgClassName
{
background-color: #000C84;
}
</style>
border-color css
<style>
span { border-color: #000C84; }
span { border-color: rgb(0,12,132); }
td.TdClassName
{
border-color: #000C84;
}
.TagClassName
{
border-color: #000C84;
}
</style>