Shades of Navy #0C046D
Tints of Navy #0C046D
RGB
CMYK
RGB Variations
Color information
#0C046D (or 0x0C046D) is known color: Navy. HEX triplet: 0C, 04 and 6D. RGB value is (12,4,109). Sum of RGB (Red+Green+Blue) = 12+4+109=125 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.6% from 125); Green value is 4 (1.95% from 255 or 3.2% from 125); Blue value is 109 (42.97% from 255 or 87.2% from 125); Max value from RGB is 109 - color contains mainly: blue. Hex color #0C046D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C046D is #F3FB92. Grayscale: #111111. Windows color (decimal): -15989651 or 7144460. OLE color: 7144460.
HSL color Cylindrical-coordinate representation of color #0C046D: hue angle of 244.57º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0C046D is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 12 | 4 | 109 | - |
| CMYK | 0.89 | 0.96 | 0 | 0.57 |
| HSL | 244.57º | 0.93% | 0.22% | - |
| HSV(B) | 244.57º | 0.96% | 0.43% | - |
| XYZ | 2.96 | 1.27 | 14.56 | - |
| YUV | 18.36 | 179.15 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 4 | 109 | 0.89 | 0.96 | 0 | 0.57 | 244.57 | 0.93 | 0.22 |
| Hex | C | 4 | 6D | 59 | 60 | 0 | 39 | F5 | 5D | 16 |
| Octal | 14 | 4 | 155 | 131 | 140 | 0 | 71 | 365 | 135 | 26 |
| Binary | 1100 | 100 | 1101101 | 1011001 | 1100000 | 0 | 111001 | 11110101 | 1011101 | 10110 |
Color Harmonies of #0C046D
Complementary color
Monochromatic Colors of #0C046D
Black with #0C046D
Text Example
Text Example
White with #0C046D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C046D; }
p { color: rgb(12,4,109); }
H1.HeaderClassName
{
color: #0C046D;
}
.AnyTagClassName
{
color: #0C046D;
}
</style>
background-color css
<style>
a { background-color: #0C046D; }
a { background-color: rgb(12,4,109); }
div.DivClassName
{
background-color: #0C046D;
}
.BgClassName
{
background-color: #0C046D;
}
</style>
border-color css
<style>
span { border-color: #0C046D; }
span { border-color: rgb(12,4,109); }
td.TdClassName
{
border-color: #0C046D;
}
.TagClassName
{
border-color: #0C046D;
}
</style>